0.2.0
|
Boundary conditions for the spline end-points. More...
Public Types | |
enum | BoundaryType { FirstDerivative , SecondDerivative , NotAKnot } |
Boundary type. More... | |
Public Attributes | |
BoundaryType | type |
Type of the boundary condition. | |
Scalar | value |
Value of the boundary condition. | |
Boundary conditions for the spline end-points.
enum NAV::CubicSpline::BoundaryCondition::BoundaryType |