|
smooth
A C++ library for Lie theory
|
SplineSpec for a cubic spline with two boundary conditions. More...
#include <fit.hpp>
Public Attributes | |
| std::array< Tangent< G >, 1 > | left_values {Tangent<G>::Zero()} |
| Values of left-side boundary constraints. | |
| std::array< Tangent< G >, 1 > | rght_values {Tangent<G>::Zero()} |
| Values of right-side boundary constraints. | |
Static Public Attributes | |
| static constexpr int | Degree = 3 |
| Polynomial degree. | |
| static constexpr int | OptDeg = -1 |
| Optimization degree (absolute integral of derivative OptDeg is minimized) | |
| static constexpr int | InnCnt = 2 |
| Number of derivatives to enforce continuity for. | |
| static constexpr std::array< int, 1 > | LeftDeg {P1} |
| Degrees of left-side boundary constraints: P1. | |
| static constexpr std::array< int, 1 > | RghtDeg {P2} |
| Degrees of right-side boundary constraints: P2. | |
SplineSpec for a cubic spline with two boundary conditions.
| P1 | order of left boundary contraint (must be 1 or 2). |
| P2 | order of right boundary contraint (must be 1 or 2). |
|
staticconstexpr |
|
staticconstexpr |
| std::array<Tangent<G>, 1> spline_specs::FixedDerCubic< G, P1, P2 >::left_values {Tangent<G>::Zero()} |
|
staticconstexpr |
|
staticconstexpr |
| std::array<Tangent<G>, 1> spline_specs::FixedDerCubic< G, P1, P2 >::rght_values {Tangent<G>::Zero()} |
|
staticconstexpr |