Class DQDS
- java.lang.Object
-
- dev.nm.algebra.linear.matrix.doubles.factorization.eigen.dqds.DQDS
-
public class DQDS extends Object
Computes all the eigenvalues of the symmetric positive definite tridiagonal matrix associated with the qd-array Z to high relative accuracy.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getEigenvalues()
Gets the eigenvalues of the matrix, sorted in descending order.
-