Class EVSelected
java.lang.Object
com.polytechnik.utils.EVSelected
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double
The eigenvalue of this state.final double[]
Original eigenvector, an operator is extracted from it row by row.final int
The index of original eigenvector.final int
Original problem dimension ifeVector
was converted and theeVector.length
is different. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ind
public final int indThe index of original eigenvector. -
eVector
public final double[] eVectorOriginal eigenvector, an operator is extracted from it row by row. -
eLambda
public final double eLambdaThe eigenvalue of this state. -
nOrig
public final int nOrigOriginal problem dimension ifeVector
was converted and theeVector.length
is different.
-
-
Constructor Details
-
EVSelected
public EVSelected(int ind, double[] eVector, double eLambda, int nOrig)
-