|
smooth
A C++ library for Lie theory
|
SplineSpec without boundary constraints. More...
#include <fit.hpp>
Public Attributes | |
| std::array< Tangent< G >, 0 > | left_values {} |
| Values of left-side boundary constraints. | |
| std::array< Tangent< G >, 0 > | rght_values {} |
| Values of right-side boundary constraints. | |
Static Public Attributes | |
| static constexpr int | Degree = K |
| Polynomial degree. | |
| static constexpr int | OptDeg = -1 |
| Optimization degree (absolute integral of derivative OptDeg is minimized) | |
| static constexpr int | InnCnt = int(K) - 1 |
| Number of derivatives to enforce continuity for. | |
| static constexpr std::array< int, 0 > | LeftDeg {} |
| Degrees of left-side boundary constraints (no constraints) | |
| static constexpr std::array< int, 0 > | RghtDeg {} |
| Degrees of right-side boundary constraints (no constraints) | |
SplineSpec without boundary constraints.
| K | spline degree (must be 0 or 1) |
|
staticconstexpr |
|
staticconstexpr |
| std::array<Tangent<G>, 0> spline_specs::NoConstraints< G, K >::left_values {} |
|
staticconstexpr |
|
staticconstexpr |
| std::array<Tangent<G>, 0> spline_specs::NoConstraints< G, K >::rght_values {} |
|
staticconstexpr |