Add conversions from nalgebra types by jturner314 · Pull Request #554 · rust-ndarray/ndarray · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion Cargo.toml
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ your `Cargo.toml`.
- Optional, compatible with Rust stable
- Enables parallel iterators, parallelized methods and ``par_azip!``.

- ``nalgebra-0_15``

- Optional, compatible with Rust stable
- Enables conversions from nalgebra 0.15 vectors/matrices

- ``nalgebra-0_16``

- Optional, compatible with Rust stable
- Enables conversions from nalgebra 0.16 vectors/matrices

- ``blas``

- Optional and experimental, compatible with Rust stable
Expand Down
296 changes: 296 additions & 0 deletions src/convert_nalgebra_0_15.rs
Loading