Safe Haskell | None |
---|---|
Language | Haskell2010 |
- assertAllClose :: Vector Float -> Vector Float -> Assertion
Documentation
assertAllClose :: Vector Float -> Vector Float -> Assertion Source #
Compares that the vectors are element-by-element equal within the given tolerance. Raises an assertion and prints some information if not.