mikera.matrixx.decompose
Interface IEigenResult
-
- All Known Implementing Classes:
- EigenResult
public interface IEigenResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Vector2[]getEigenvalues()Returns an array of eigenvalue as complex numbers.AVector[]getEigenVectors()Used to retrieve an array real valued eigenvectors.
-
-
-
Method Detail
-
getEigenvalues
Vector2[] getEigenvalues()
Returns an array of eigenvalue as complex numbers. For symmetric matrices the returned eigenvalues will always be real numbers, which means the imaginary components will be equal to zero.
- Returns:
- An array of eigenvalues.
-
getEigenVectors
AVector[] getEigenVectors()
Used to retrieve an array real valued eigenvectors.
- Returns:
- If the associated eigenvalue is real then an eigenvector is returned, null otherwise.
-
-
DMelt 3.0 © DataMelt by jWork.ORG