Uses of Class
dev.nm.algebra.linear.matrix.doubles.factorization.svd.SVD.Method
-
Packages that use SVD.Method Package Description dev.nm.algebra.linear.matrix.doubles.factorization.svd -
-
Uses of SVD.Method in dev.nm.algebra.linear.matrix.doubles.factorization.svd
Fields in dev.nm.algebra.linear.matrix.doubles.factorization.svd declared as SVD.Method Modifier and Type Field Description static SVD.Method
SVD. DEFAULT_METHOD
The default algorithm for computing SVD.Methods in dev.nm.algebra.linear.matrix.doubles.factorization.svd that return SVD.Method Modifier and Type Method Description static SVD.Method
SVD.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static SVD.Method[]
SVD.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.svd with parameters of type SVD.Method Constructor Description SVD(Matrix A, boolean doUV, double epsilon, SVD.Method method)
Runs the SVD decomposition on a matrix.
-