|
static constexpr int | Degree = K |
| Polynomial degree.
|
|
static constexpr int | OptDeg = O |
| Optimization degree (absolute integral of derivative OptDeg is minimized)
|
|
static constexpr int | InnCnt = P |
| Number of derivatives to enforce continuity for.
|
|
static constexpr std::array< int, std::size_t(P - 1)> | LeftDeg |
| Degrees of left-side boundary constraints: 1, 2, ..., P-1.
|
|
static constexpr std::array< int, std::size_t(P - 1)> | RghtDeg = LeftDeg |
| Degrees of left-side boundary constraints: 1, 2, ..., P-1.
|
|
template<
LieGroup G, int K = 6, int O = 3, int P = 3>
struct spline_specs::MinDerivative< G, K, O, P >
SplineSpec for optimized spline.
- Template Parameters
-
K | spline degree |
O | order to optimize |
P | continuity order |
Definition at line 102 of file fit.hpp.