-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Tests for hmatrix -- -- Tests for hmatrix @package hmatrix-tests @version 0.2 -- | Some tests. module Numeric.LinearAlgebra.Tests -- | All tests must pass with a maximum dimension of about 20 (some tests -- may fail with bigger sizes due to precision loss). runTests :: Int -> IO () -- | Performance measurements. runBenchmarks :: IO () instance Monad m => Monad (MaybeT m) instance Monad (State s)