public class EigenProperty
extends java.lang.Object
implements java.io.Serializable
Eigen.Property is a read-only structure that contains the information
about a particular eigenvalue,
such as its multiplicity and eigenvectors.| Modifier and Type | Method and Description |
|---|---|
int |
algebraicMultiplicity()
Get the multiplicity of the eigenvalue (a root) of the characteristic
polynomial.
|
java.util.List<Vector> |
eigenbasis()
Get the eigenvectors.
|
java.lang.Number |
eigenvalue()
Get the eigenvalue.
|
Vector |
eigenVector()
Get an eigenvector.
|
int |
geometricMultiplicity()
Get the dimension of the vector space spanned by the eigenvectors.
|
public java.lang.Number eigenvalue()
public int algebraicMultiplicity()
public int geometricMultiplicity()
public java.util.List<Vector> eigenbasis()
public Vector eigenVector()
eigenbasis().