Docs.rs
kn0sys_ndarray-0.17.2
kn0sys_ndarray 0.17.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
kn0sys
Dependencies
approx ^0.5
normal
optional
cblas-sys ^0.3.0
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.14.0
dev
portable-atomic ^1.6.0
normal
portable-atomic-util ^0.2.0
normal
Versions
94.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Ix
kn0sys_
ndarray
0.17.2
Ix
Trait Implementations
IntoDimension
NdIndex<Dim<IxDynImpl>>
NdIndex<Dim<[usize; 1]>>
In crate kn0sys_
ndarray
kn0sys_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