Skip to content
/ rmat Public

Rust two-dimensional matrix algebra crate

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

chris-vt/rmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

[email protected]

https://github.com/chris-vt

About

Rust two-dimensional matrix algebra crate

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages