| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
OAlg.Entity.Matrix.ProductsAndSums
Synopsis
- mtxProducts :: forall x (n :: N'). Distributive x => Products n (Matrix x)
- mtxSums :: forall x (n :: N'). Distributive x => Sums n (Matrix x)
Documentation
mtxProducts :: forall x (n :: N'). Distributive x => Products n (Matrix x) Source #
products for matrices.