Package org.ejml.data
Class DEigenpair
java.lang.Object
org.ejml.data.DEigenpair
public class DEigenpair extends Object
An eigenpair is a set composed of an eigenvalue and an eigenvector. In this library since only real
matrices are supported, all eigenpairs are real valued.
-
Field Summary
Fields Modifier and Type Field Description doublevalueDMatrixRMajvector -
Constructor Summary
Constructors Constructor Description DEigenpair(double value, DMatrixRMaj vector) -
Method Summary
-
Field Details
-
value
public double value -
vector
-
-
Constructor Details
-
DEigenpair
-