lapack-0.3.1: Numerical Linear Algebra using LAPACK

Safe HaskellNone

Numeric.LAPACK.Matrix.Special

Documentation

data family Matrix typ a Source

type Scale sh = Matrix (Scale sh)Source

type Inverse typ = Matrix (Inverse typ)Source