Safe Haskell | None |
---|
Statistics.Matrix.Types
Description
Basic matrix operations.
There isn't a widely used matrix package for Haskell yet, so we implement the necessary minimum here.
Documentation
Two-dimensional matrix, stored in row-major order.
Constructors
Matrix | |
Two-dimensional mutable matrix, stored in row-major order.