mverzilli / crystalla

Crystal library for Numerical Methods. It binds to LAPACK and is unashamedly inspired by Numpy.
MIT License
45 stars 7 forks source link

All close matcher #3

Closed spalladino closed 8 years ago

spalladino commented 8 years ago

Added be_all_close matcher to replace checks of m1.all_close(m2).should be_true. Displays both matrices on failure, rather than expected true, got false.