1 unstable release
0.1.0 | Jun 29, 2020 |
---|
#90 in #sparse
93 downloads per month
Used in matrixcompare
11KB
233 lines
matrixcompare
matrixcompare is a utility library for comparing matrices (dense or sparse) for testing/debugging purposes. To that effect, it provides functions and assertions for comparing matrices with exact or approximate equality. The metric used for approximate equality is configurable and packaged into a convenient API. matrixcompare does not provide any matrices of its own, but is instead intended to be integrated into libraries that provide these kind of data structures.
Please see the documentation for more information, or the changelog for a list of changes in recent releases.
Contributing
Contributions are welcome! For any larger contribution, it is however advisable to write up your ideas in an issue before you commence work. This is particularly true for contributions which would significantly increase the scope of the project.
License
matrixcompare
is licensed under the MIT license.
See the LICENSE
file in the repository for the exact license.
lib.rs
:
Utility data structures and functionality for testing the
matrixcompare
crate. Not intended for usage outside of
matrixcompare
tests.
Dependencies
~2MB
~41K SLoC