Docs.rs
spaces-1.0.0
spaces 1.0.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tspooner
Dependencies
ndarray ^0.11
rand ^0.4
serde ^1.0
serde_derive ^1.0
serde_test ^1.0
Versions
Go to latest version
Platform
i686-apple-darwin
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Matrix
spaces
Type Definition
spaces
::
Matrix
[
−
]
[src]
type Matrix<T =
f64
> =
Array2
<T>;
2d array type.