Docs.rs
del-ls-0.1.5
del-ls 0.1.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nobuyuki83
Dependencies
nalgebra ^0.33.0
normal
num-traits ^0.2.19
normal
Versions
32.31%
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
Module sparse_square
del_ls
0.1.5
Module sparse_
square
Module Items
Structs
Functions
In crate del_
ls
del_ls
Module
sparse_
square
Copy item path
Source
Expand description
sparse matrix class and functions
Structs
§
Matrix
sparse matrix class Compressed Row Storage (CRS) data structure
Functions
§
mult_
mat
mult_
vec
generalized matrix-vector multiplication where matrix is sparse (not block) matrix
{y_vec} <- \alpha * [a_mat] * {x_vec} + \beta * {y_vec}