hmatrix-svdlibc-0.3.1: SVDLIBC bindings for HMatrix

Safe HaskellNone

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.