![]()  | 
              
                  0.5.0
                 
               | 
            
Boundary conditions for the spline end-points. More...
Public Types | |
| enum | BoundaryType : uint8_t {  FirstDerivative , SecondDerivative , NotAKnot }  | 
| Boundary type.  More... | |
Data Fields | |
| BoundaryType | type | 
| Type of the boundary condition.   | |
| Scalar | value | 
| Value of the boundary condition.   | |
Boundary conditions for the spline end-points.
Definition at line 38 of file CubicSpline.hpp.
| enum NAV::CubicSpline::BoundaryCondition::BoundaryType : uint8_t | 
Boundary type.
Definition at line 41 of file CubicSpline.hpp.
| BoundaryType NAV::CubicSpline< Scalar >::BoundaryCondition::type | 
Type of the boundary condition.
Definition at line 47 of file CubicSpline.hpp.
| Scalar NAV::CubicSpline< Scalar >::BoundaryCondition::value | 
Value of the boundary condition.
Definition at line 48 of file CubicSpline.hpp.