rmat 0.1.1

Rust library minimal implementation of two-dimensional matrix algebra
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented2 out of 2 items with examples
  • Size
  • Source code size: 26.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • chris-vt/rmat
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chris-vt

Rmat

Rust library minimal implementation of two-dimensional matrix algebra featuring:

  • basic two-dimensional matrices (e.g. identity, random, etc.)
  • basic algebra operations (e.g. dot-product, transpose, etc.)

Installation

Add this to your Cargo.toml:

[dependencies]
rmat = "0.1.1"

or run the following Cargo command in your project directory:

cargo add rmat

To get started using Rmat, see the rmat book.

Versions

Rmat is currently an "experimental" implementation and should not be used for production purpose.

  • Version 0.1.1 - basic fully functional implementation

Link to crates.io page: rmat.

License

Rand is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.

Author

Christian Valdivia Torres

c.valdivia.torres@gmail.com

https://github.com/chris-vt