Class SymmetricEigenFor2x2Matrix
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3.SymmetricEigenFor2x2Matrix
-
-
Constructor Summary
Constructors Constructor Description SymmetricEigenFor2x2Matrix(double a, double b, double c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Double>
getEigenvalues()
Get all the eigenvalues.List<Vector>
getEigenvectors()
Gets the eigenvectors.
-
-
-
Method Detail
-
getEigenvectors
public List<Vector> getEigenvectors()
Gets the eigenvectors.- Returns:
- the 2 eigenvectors
-
getEigenvalues
public List<Double> getEigenvalues()
Description copied from interface:Spectrum
Get all the eigenvalues.- Specified by:
getEigenvalues
in interfaceSpectrum
- Returns:
- the eigenvalues
-
-