Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 764 Bytes

Lair: Linear Algebra in Rust

Lair implements linear algebra routines in pure Rust. It uses ndarray as its matrix representation.

Coverage Status

Requirements

  • Rust ≥ 1.37

License

Licensed under Apache License, Version 2.0 (LICENSE).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.