![]() |
|
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Functions | |
Spline< double, 2, Dynamic > | closed_spline2d () |
Spline< double, 3, Dynamic > | spline3d () |
void | eval_spline3d () |
void | eval_spline3d_onbrks () |
void | eval_closed_spline2d () |
void | check_global_interpolation2d () |
void | check_global_interpolation_with_derivatives2d () |
EIGEN_DECLARE_TEST (splines) | |
void check_global_interpolation2d | ( | ) |
References Eigen::ChordLengths(), e(), i, matrix(), and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void check_global_interpolation_with_derivatives2d | ( | ) |
References Eigen::ChordLengths(), constants::degree, Eigen::Spline< Scalar_, Dim_, Degree_ >::derivatives(), i, and VERIFY_IS_APPROX.
Referenced by EIGEN_DECLARE_TEST().
Referenced by eval_closed_spline2d().
EIGEN_DECLARE_TEST | ( | splines | ) |
References CALL_SUBTEST, check_global_interpolation2d(), check_global_interpolation_with_derivatives2d(), eval_closed_spline2d(), eval_spline3d(), eval_spline3d_onbrks(), Eigen::g_repeat, and i.
void eval_closed_spline2d | ( | ) |
References closed_spline2d(), e(), i, and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void eval_spline3d | ( | ) |
References e(), i, spline3d(), and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
void eval_spline3d_onbrks | ( | ) |
References e(), i, Eigen::Spline< Scalar_, Dim_, Degree_ >::knots(), spline3d(), and VERIFY.
Referenced by EIGEN_DECLARE_TEST().
Referenced by eval_spline3d(), and eval_spline3d_onbrks().