SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.factorization.svd

Interface Summary
SVDDecomposition All SVD decomposition algorithms implements this interface.
 

Class Summary
GloubKahanSVD This class implements the SVD decomposition of a tall matrix using the Gloub-Kahan SVD algorithm.
SVD The SVD decomposition of a matrix.
 

Enum Summary
SVD.Method the methods available to compute eigenvalues and eigenvectors
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.