40c9915870
They are stack-allocated, dynamically sized vectors with a maximum size. This is useful for slicing small matrices, without allocation.
5 lines
88 B
Rust
5 lines
88 B
Rust
|
|
pub use self::decompositions::{qr, eigen_qr, householder_matrix};
|
|
|
|
mod decompositions;
|