nalgebra 0.2.15

Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust.
1
2
3
4
5
6
7
8
language: rust

script:
    - rustc --version
    - cargo --version
    - cargo build --verbose
    - cargo test --verbose --features arbitrary
    - cargo bench --verbose