rmat

Crates.iormat
lib.rsrmat
version0.1.1
sourcesrc
created_at2024-08-21 20:59:15.726889
updated_at2024-08-21 22:04:30.333491
descriptionRust library minimal implementation of two-dimensional matrix algebra
homepage
repositoryhttps://github.com/chris-vt/rmat
max_upload_size
id1346927
size23,935
(chris-vt)

documentation

README

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

Commit count: 0

cargo fmt