matrix-sized-0.1.1: Haskell matrix library with interface to C++ linear algebra libraries.

Safe HaskellNone
LanguageHaskell2010

Data.Matrix.Static.LinearAlgebra.Types

Documentation

type Matrix r c a = Matrix r c Vector a Source #

type MMatrix r c s a = MMatrix r c MVector s a Source #

type SparseMatrix r c a = SparseMatrix r c Vector a Source #