Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.factorization.eigen |
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.