massiv-test-0.1.6: 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 (Matrix r e), Arbitrary (Vector r e), Show (Matrix r e), Eq (Matrix r e), Show (Vector r e), Eq (Vector r e)) => Spec Source #