dense-linear-algebra-0.1.0.0: Simple and incomplete pure haskell implementation of linear algebra

Safe HaskellSafe
LanguageHaskell2010

Statistics.Matrix.Function

Description

 
Synopsis

Documentation

square :: Double -> Double #

Multiply a number by itself.

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

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