Package com.polytechnik.utils
Class IstatesConditionalSubspaceLinearConstraints.EVSelection
java.lang.Object
com.polytechnik.utils.IstatesConditionalSubspaceLinearConstraints.EVSelection
- Enclosing class:
IstatesConditionalSubspaceLinearConstraints
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final double
The eigenvalue of this state.(package private) final double[]
Original eigenvector, an operator is extracted from it row by row.(package private) final int
Index of original eigenvector, \(ind \in [0\dots n-1] \). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ind
final int indIndex of original eigenvector, \(ind \in [0\dots n-1] \). -
eVector
final double[] eVectorOriginal eigenvector, an operator is extracted from it row by row. -
eLambda
final double eLambdaThe eigenvalue of this state.
-
-
Constructor Details
-
EVSelection
EVSelection(int ind, double[] eVector, double eLambda)
-