hmatrix-tests-0.6.0.0: Tests for hmatrix

Copyright(c) Alberto Ruiz 2007-14
LicenseBSD3
MaintainerAlberto Ruiz
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Numeric.LinearAlgebra.Tests

Description

Some tests.

Synopsis

Documentation

qCheck :: Testable prop => Int -> prop -> IO () Source #

runTests Source #

Arguments

:: Int

maximum dimension

-> IO () 

All tests must pass with a maximum dimension of about 20 (some tests may fail with bigger sizes due to precision loss).

runBenchmarks :: IO () Source #

Performance measurements.