Docs.rs
multicalc-0.10.0
multicalc 0.10.0
Permalink
Docs.rs crate page
MIT
09 August 2026
Links
Repository
crates.io
Source
Owners
kmolan
Dependencies
libm ^0.2
normal
proptest ^1.11
dev
rand ^0.8
dev
Versions
82.47%
of the crate is documented
Platform
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
Skip to main content
Matrix2D
multicalc
0.10.0
Matrix2D
Aliased Type
In multicalc::
linear_
algebra
multicalc
::
linear_algebra
Type Alias
Matrix2D
Copy item path
Source
pub type Matrix2D<T =
f64
> =
Matrix
<2, 2, T>;
Aliased Type
§
pub struct Matrix2D<T =
f64
> {
/* private fields */
}