Package org.ojalgo.matrix.decomposition
Class Eigenvalue.Eigenpair
- java.lang.Object
-
- org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
-
- All Implemented Interfaces:
java.lang.Comparable<Eigenvalue.Eigenpair>
- Enclosing interface:
- Eigenvalue<N extends java.lang.Comparable<N>>
public static class Eigenvalue.Eigenpair extends java.lang.Object implements java.lang.Comparable<Eigenvalue.Eigenpair>
-
-
Field Summary
Fields Modifier and Type Field Description ComplexNumber
value
Access1D<ComplexNumber>
vector
-
Constructor Summary
Constructors Constructor Description Eigenpair(ComplexNumber aValue, Access1D<ComplexNumber> aVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Eigenvalue.Eigenpair other)
boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
value
public final ComplexNumber value
-
vector
public final Access1D<ComplexNumber> vector
-
-
Constructor Detail
-
Eigenpair
public Eigenpair(ComplexNumber aValue, Access1D<ComplexNumber> aVector)
-
-
Method Detail
-
compareTo
public int compareTo(Eigenvalue.Eigenpair other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Eigenvalue.Eigenpair>
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-