8 releases

0.3.0 May 4, 2021
0.2.1 Apr 30, 2021
0.2.0 Jan 13, 2021
0.1.4 Jan 13, 2021
0.1.2 Jun 29, 2020

#1230 in Algorithms

Download history 524/week @ 2023-11-20 592/week @ 2023-11-27 336/week @ 2023-12-04 510/week @ 2023-12-11 513/week @ 2023-12-18 617/week @ 2023-12-25 393/week @ 2024-01-01 340/week @ 2024-01-08 420/week @ 2024-01-15 438/week @ 2024-01-22 2465/week @ 2024-01-29 2120/week @ 2024-02-05 2948/week @ 2024-02-12 2178/week @ 2024-02-19 2463/week @ 2024-02-26 2320/week @ 2024-03-04

10,105 downloads per month
Used in 12 crates (9 directly)

MIT license

67KB
1K SLoC

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.

Dependencies

~98–520KB