sgrust 0.8.6

A sparse grid library written in Rust.
Documentation
1
2
3
4
5
6
7
pub mod base;
pub mod custom_nested;
pub mod clenshaw_curtis;
pub mod gauss_legendre;
pub mod gauss_patterson;
pub mod global;
pub mod linear;