Docs.rs
ndarray-0.16.0
ndarray 0.16.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bluss
jturner314
akern40
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
Go to latest version
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
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
ndarray
0.16.0
Module linalg
Traits
Functions
In crate ndarray
Module
ndarray
::
linalg
Copy item path
source
·
[
−
]
Expand description
Linear algebra.
Traits
§
Dot
Matrix Multiplication
Functions
§
general_
mat_
mul
General matrix-matrix multiplication.
general_
mat_
vec_
mul
General matrix-vector multiplication.
kron
Kronecker product of 2D matrices.