iterative-solvers 0.2.3

Iterative algorithms for solving linear systems
Documentation
1
2
3
4
5
6
//! Utility functions for creating sparse and dense matrices.

pub mod dense;
pub mod helper;
pub mod sparse;
pub use helper::*;