public class SingularValues extends Object
| Modifier and Type | Field and Description | 
|---|---|
| double[] | valueSingular values | 
| Vector[] | vectorLeftLeft singular vectors | 
| Vector[] | vectorRightRight 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()