solvr 0.2.0

Advanced computing library for real-world problem solving - optimization, differential equations, interpolation, statistics, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod akima;
mod bezier_curve;
mod bezier_surface;
mod bspline;
mod bspline_curve;
mod bspline_surface;
mod clough_tocher;
mod cubic_spline;
mod geometric;
mod interp1d;
mod interpnd;
mod nurbs_curve;
mod nurbs_surface;
mod pchip;
mod rbf;
mod rect_bivariate_spline;
mod scattered;
mod smooth_bivariate_spline;