massiv-test-0.1.5: Library that contains generators, properties and tests for Massiv Array Library.
Safe HaskellNone
LanguageHaskell2010

Test.Massiv.Array.Numeric

Synopsis

Spec for safe Mutable instance

prop_MatrixMatrixMultiply :: forall r e. (Numeric r e, Mutable r Ix2 e, Eq e, Show e) => Fun e e -> Matrix r e -> Property Source #

mutableNumericSpec :: forall r e. (Numeric r e, Mutable r Ix2 e, InnerSlice r Ix2 e, OuterSlice r Ix2 e, Source (R r) Ix1 e, Mutable r Ix1 e, Eq e, Show e, Function e, CoArbitrary e, Arbitrary e, Arbitrary (Array r Ix1 e), Arbitrary (Array r Ix2 e), Show (Array r Ix2 e), Eq (Array r Ix2 e), Show (Array r Ix1 e)) => Spec Source #