Docs.rs
yui-matrix-0.4.0
yui-matrix 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
taketo1024
Dependencies
ahash ^0.8.11
normal
auto-impl-ops ^0.2.1
normal
cartesian ^0.3.0
normal
cfg-if ^1.0.0
normal
delegate ^0.13.3
normal
derive_more ^2.0.1
normal
either ^1.15.0
normal
itertools ^0.14.0
normal
log ^0.4.27
normal
nalgebra ^0.33.2
normal
nalgebra-sparse ^0.10.0
normal
num-bigint ^0.4.6
normal
num-traits ^0.2.19
normal
rand ^0.9.0
normal
rayon ^1.10.0
normal
optional
serde ^1.0.219
normal
optional
serde_json ^1.0.140
normal
optional
sprs ^0.11.3
normal
thread_local ^1.1.8
normal
yui-core ^0.4.0
normal
Versions
0%
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
Files
yui_matrix/
lib.rs
1
mod
base;
2
pub use
base::
*
;
3
4
pub mod
dense;
5
pub mod
sparse;