orthotope-hmatrix-0.1.2.0: Some algorithms from hmatrix
Safe HaskellNone
LanguageHaskell2010

Data.Array.ShapedS.MatMul

Documentation

matMul :: forall m n o a. (Numeric a, KnownNat m, KnownNat n, KnownNat o) => Array [m, n] a -> Array [n, o] a -> Array [m, o] a Source #