Package org.ejml.data
Class FEigenpair
java.lang.Object
org.ejml.data.FEigenpair
@Generated("org.ejml.data.DEigenpair") public class FEigenpair 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 floatvalueFMatrixRMajvector -
Constructor Summary
Constructors Constructor Description FEigenpair(float value, FMatrixRMaj vector) -
Method Summary
-
Field Details
-
value
public float value -
vector
-
-
Constructor Details
-
FEigenpair
-