Class GenericSVD

java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.solvers.GenericSVD

public class GenericSVD extends Object
Generic Singular Value Decomposition (SVD).

This implementation uses the relation A^H*A = V*S^2*V^H. U is computed by A*V*diag(1/S).