| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Numeric.LinAlg.Magma
Documentation
module Numeric.LinAlg
data GArr :: Dim -> * -> * where
An immutable matrix datatype with a transpose flag, so we can avoid unnecessary transposition.
newtype CFloat :: *
Haskell type representing the C float type.
Instances
newtype CDouble :: *
Haskell type representing the C double type.
Instances