|
smooth
A C++ library for Lie theory
|
Piecewise polynomial splines on lie groups. More...
#include <ranges>#include "../lie_groups.hpp"#include "common.hpp"#include "detail/spline_impl.hpp"

Go to the source code of this file.
Classes | |
| class | Spline< K, G > |
| Single-parameter Lie group-valued function. More... | |
Typedefs | |
| template<LieGroup G> | |
| using | CubicSpline = Spline< 3, G > |
| Alias for degree 3 Spline. | |
Piecewise polynomial splines on lie groups.
Definition in file spline.hpp.
| using CubicSpline = Spline<3, G> |
Alias for degree 3 Spline.
Definition at line 280 of file spline.hpp.