funspace 0.4.0

N-dimensional function spaces and transforms
Documentation
#![allow(clippy::module_name_repetitions)]
pub mod compo;
pub mod ortho;
pub use compo::ChebyshevComposite;
pub use ortho::Chebyshev;
mod linalg;
mod stencils;