tiny-solver 0.18.0

Factor graph solver
Documentation
1
2
3
4
5
pub mod sparse;
pub mod sparse_cholesky;
pub mod sparse_qr;
pub use sparse_cholesky::*;
pub use sparse_qr::*;