Package org.ejml.data
Class FEigenpair
- java.lang.Object
-
- org.ejml.data.FEigenpair
-
public class FEigenpair extends java.lang.ObjectAn 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 floatvalueFMatrixRMajvector
-
Constructor Summary
Constructors Constructor Description FEigenpair(float value, FMatrixRMaj vector)
-
-
-
Field Detail
-
value
public float value
-
vector
public FMatrixRMaj vector
-
-
Constructor Detail
-
FEigenpair
public FEigenpair(float value, FMatrixRMaj vector)
-
-