Docs.rs
ndarray-linalg-0.17.0
ndarray-linalg 0.17.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
bluss
termoshtt
jturner314
LukeMathWalker
github:rust-ndarray:release
Dirreke
Dependencies
cauchy ^0.4.0
normal
katexit ^0.1.2
normal
lax ^0.17.0
normal
ndarray ^0.16.0
normal
num-complex ^0.4.0
normal
num-traits ^0.2.14
normal
rand ^0.8.3
normal
thiserror ^2.0.0
normal
approx ^0.5
dev
criterion ^0.5.1
dev
paste ^1.0.5
dev
rand_pcg ^0.3.1
dev
Versions
65.38%
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
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_
linalg
0.17.0
Module types
Module Items
Traits
Type Aliases
In crate ndarray_
linalg
ndarray_linalg
Module
types
Copy item path
Source
Expand description
Basic types and their methods for linear algebra
Traits
§
Lapack
Trait for primitive types which implements LAPACK subroutines
Scalar
Type Aliases
§
c32
Alias for a
Complex<f32>
c64
Alias for a
Complex<f64>