public class SingularValues extends Object
Modifier and Type | Field and Description |
---|---|
double[] |
value
Singular values
|
Vector[] |
vectorLeft
Left singular vectors
|
Vector[] |
vectorRight
Right singular vectors
|
Constructor and Description |
---|
SingularValues(Matrix A,
int nev)
Construct with the given matrix and required number of S.V.s
|
Modifier and Type | Method and Description |
---|---|
SingularValues |
decompose()
Perform the decomposition
|
static void |
main(String... args)
Sample main
|
public double[] value
public Vector[] vectorLeft
public Vector[] vectorRight
public SingularValues(Matrix A, int nev)
A
- nev
- public SingularValues decompose()