Package | Description |
---|---|
dev.nm.algebra.linear.matrix.doubles.factorization.svd |
Modifier and Type | Field and Description |
---|---|
static SVD.Method |
SVD.DEFAULT_METHOD
The default algorithm for computing SVD.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SVD(Matrix A,
boolean doUV,
double epsilon,
SVD.Method method)
Runs the SVD decomposition on a matrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.