|
| MathObj.Matrix | | Portability | requires multi-parameter type classes | | Stability | provisional | | Maintainer | [email protected] |
|
|
|
| Description |
Routines and abstractions for Matrices and
basic linear algebra over fields or rings.
We stick to simple Int indices.
Although advanced indices would be nice
e.g. for matrices with sub-matrices,
this is not easily implemented since arrays
do only support a lower and an upper bound
but no additional parameters.
ToDo:
- Matrix inverse, determinant
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| A matrix is a twodimensional array, indexed by integers.
| Instances | |
|
|
|
|
|
|
|
| Transposition of matrices is just transposition in the sense of Data.List.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| zipWith :: (a -> b -> c) -> T a -> T b -> T c | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |