Docs.rs
ndarray-0.16.1
ndarray 0.16.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
bluss
jturner314
Dependencies
approx ^0.5
normal
optional
cblas-sys ^0.1.4
normal
optional
libc ^0.2.82
normal
optional
matrixmultiply ^0.3.2
normal
num-complex ^0.4
normal
num-integer ^0.1.39
normal
num-traits ^0.2
normal
rawpointer ^0.2
normal
rayon ^1.10.0
normal
optional
serde ^1.0
normal
optional
approx ^0.5
dev
defmac ^0.2
dev
itertools ^0.13.0
dev
quickcheck ^1.0
dev
portable-atomic ^1.6.0
normal
portable-atomic-util ^0.2.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ndarray
0.16.1
Array6
Aliased type
In crate ndarray
Type Alias
ndarray
::
Array6
Copy item path
source
·
[
−
]
pub type Array6<A> =
Array
<A,
Ix6
>;
Expand description
six-dimensional array
Aliased Type
§
struct Array6<A> {
/* private fields */
}