iterative_solvers/nalgebra/utils/
mod.rs

1//! Utility functions for creating sparse and dense matrices.
2
3pub mod dense;
4pub mod sparse;