public class EigenProperty extends Object
EigenProperty 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.
|
List<Vector> |
eigenbasis()
Get the eigenvectors.
|
Number |
eigenvalue()
Get the eigenvalue.
|
Vector |
eigenVector()
Get an eigenvector.
|
int |
geometricMultiplicity()
Get the dimension of the vector space spanned by the eigenvectors.
|
public Number eigenvalue()
public int algebraicMultiplicity()
public int geometricMultiplicity()
public Vector eigenVector()
eigenbasis().Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.