matrixcompare

Crates.iomatrixcompare
lib.rsmatrixcompare
version0.3.0
sourcesrc
created_at2020-06-29 16:15:30.967557
updated_at2021-05-04 12:43:08.836183
descriptionTools for convenient comparison of matrices
homepage
repositoryhttps://github.com/Andlon/matrixcompare
max_upload_size
id259462
size126,544
Andreas Borgen Longva (Andlon)

documentation

README

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.

Commit count: 136

cargo fmt