Uses of Class
dev.nm.algebra.linear.matrix.doubles.factorization.eigen.Eigen.Method
-
Packages that use Eigen.Method Package Description dev.nm.algebra.linear.matrix.doubles.factorization.eigen -
-
Uses of Eigen.Method in dev.nm.algebra.linear.matrix.doubles.factorization.eigen
Methods in dev.nm.algebra.linear.matrix.doubles.factorization.eigen that return Eigen.Method Modifier and Type Method Description static Eigen.Method
Eigen.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static Eigen.Method[]
Eigen.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.algebra.linear.matrix.doubles.factorization.eigen with parameters of type Eigen.Method Constructor Description Eigen(Matrix A, Eigen.Method method)
Compute the eigenvalues and eigenvectors for a square matrix.Eigen(Matrix A, Eigen.Method method, double epsilon)
Compute the eigenvalues and eigenvectors for a square matrix.
-