oalg-base-3.0.0.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellNone
LanguageHaskell2010

OAlg.Entity.Matrix.ProductsAndSums

Description

Products and Sums for matrices.

Synopsis

Documentation

mtxProducts :: forall x (n :: N'). Distributive x => Products n (Matrix x) Source #

products for matrices.

mtxSums :: forall x (n :: N'). Distributive x => Sums n (Matrix x) Source #

sums for matrices.