Linear algebra library for Rust.
Go to file
Philippe Renon 74a09c8a5e clippy: fix ptr_offset_with_cast warnings
i.e. use of `offset` with a `usize` casted to an `isize`
2020-11-16 14:59:53 +01:00
.circleci circleci: add clippy job 2020-10-26 13:11:10 +01:00
.github Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
benches Run cargo fmt. 2020-04-05 18:49:48 +02:00
examples Fix reshaping test. 2020-10-25 16:31:10 +01:00
nalgebra-glm Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
nalgebra-lapack Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
src clippy: fix ptr_offset_with_cast warnings 2020-11-16 14:59:53 +01:00
tests Add sections for most Matrix methods. 2020-11-15 16:57:49 +01:00
.gitignore Add .idea folder to gitignore. 2018-09-13 09:23:08 +02:00
CHANGELOG.md Add missing slerp implementations. 2020-10-25 14:00:47 +01:00
Cargo.toml Make serde no_std compatible 2020-10-29 01:05:12 +02:00
LICENSE Switch license to Apache v2.0 + update sponsor link. 2020-08-19 19:48:16 +02:00
Makefile Add compare feature to tests run by Makefile 2020-06-29 19:07:44 +02:00
README.md Fix CI badge on README. 2020-11-15 17:40:56 +01:00
rustfmt.toml Add empty rustfmt.toml. 2020-06-23 09:49:01 -07:00

README.md

crates.io

Build status crates.io

Users guide | Documentation | Forum


Linear algebra library for the Rust programming language.