1 unstable release

0.1.0 Jun 29, 2020

#19 in #comparing

Download history 633/week @ 2023-11-29 766/week @ 2023-12-06 1202/week @ 2023-12-13 777/week @ 2023-12-20 642/week @ 2023-12-27 644/week @ 2024-01-03 651/week @ 2024-01-10 729/week @ 2024-01-17 1131/week @ 2024-01-24 2407/week @ 2024-01-31 2599/week @ 2024-02-07 2922/week @ 2024-02-14 2647/week @ 2024-02-21 2890/week @ 2024-02-28 2632/week @ 2024-03-06 4191/week @ 2024-03-13

12,794 downloads per month
Used in 23 crates (6 directly)

MIT license

3KB

matrixcompare

"CI badge"

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.

No runtime deps