lapack-hmatrix-0.0: Conversion of objects between 'lapack' and 'hmatrix'

Safe HaskellNone
LanguageHaskell98

Numeric.LAPACK.HMatrix

Documentation

fromVector :: (C shape, Storable a) => Vector shape a -> Vector a Source #

fromGeneral :: (C height, C width, Storable a) => General height width a -> Matrix a Source #

fromHermitian :: (C sh, Floating a) => Hermitian sh a -> Herm a Source #