gcv_spline 0.2.0

A library for fitting and evaluating GCV splines.
Documentation
1
2
3
4
5
6
7
8
9
10
mod basis;
pub mod support;
mod prep;
mod bandet;
mod bansol;
mod trinv;
mod splc;
mod search;
pub(crate) mod gcvspl;
pub(crate) mod splder;