hmatrix-svdlibc-0.3.2: SVDLIBC bindings for HMatrix

Safe HaskellNone
LanguageHaskell98

Numeric.LinearAlgebra.SVD.SVDLIBC

Synopsis

Documentation

svd :: Int -> Matrix Double -> (Matrix Double, Vector Double, Matrix Double) Source

svd rank a is the sparse SVD of matrix a with the given rank This function handles the conversion to svdlibc's sparse representation.