dense-linear-algebra-0.1.0.0: Simple and incomplete pure haskell implementation of linear algebra
Safe HaskellSafe-Inferred
LanguageHaskell2010

Statistics.Matrix.Function

Synopsis

Documentation

square :: Double -> Double Source #

Multiply a number by itself.

for :: Monad m => Int -> Int -> (Int -> m ()) -> m () Source #

Simple for loop. Counts from start to end-1.