#include "main.h"#include <unsupported/Eigen/Splines>
Go to the source code of this file.
Namespaces | |
| namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Functions | |
| void | check_global_interpolation2d () |
| Spline< double, 2, Dynamic > | closed_spline2d () |
| void | eval_closed_spline2d () |
| void | eval_spline3d () |
| void | eval_spline3d_onbrks () |
| Spline< double, 3, Dynamic > | spline3d () |
| void | test_splines () |
| void check_global_interpolation2d | ( | ) |
Definition at line 201 of file splines.cpp.
| Spline<double, 2, Dynamic> closed_spline2d | ( | ) |
Definition at line 36 of file splines.cpp.
| void eval_closed_spline2d | ( | ) |
Definition at line 161 of file splines.cpp.
| void eval_spline3d | ( | ) |
Definition at line 97 of file splines.cpp.
| void eval_spline3d_onbrks | ( | ) |
Definition at line 134 of file splines.cpp.
| Spline<double, 3, Dynamic> spline3d | ( | ) |
Definition at line 67 of file splines.cpp.
| void test_splines | ( | ) |
Definition at line 238 of file splines.cpp.