Docs.rs
ndarray-0.16.1
ndarray 0.16.1
Permalink
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
94.29%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ndarray
0.16.1
Ix
Trait Implementations
IntoDimension
NdIndex<Dim<IxDynImpl>>
NdIndex<Dim<[usize; 1]>>
In crate ndarray
ndarray
Type Alias
Ix
Copy item path
Source
pub type Ix =
usize
;
Expand description
Array index type
Trait Implementations
§
Source
§
impl
IntoDimension
for
Ix
Source
§
type
Dim
=
Dim
<[
usize
;
1
]>
Source
§
fn
into_dimension
(self) ->
Ix1
Source
§
impl
NdIndex
<
Dim
<[
usize
;
1
]>> for
Ix
Source
§
impl
NdIndex
<
Dim
<
IxDynImpl
>> for
Ix