CSol
Enumerations
CSIRO::CSol::SeriesInterpolation Namespace Reference

Series interpolation type.

Enumerations

enum  Type { Linear, MonotoneCubic, BoundedLinear }
 

Enumeration Type Documentation

enum Type
Enumerator
Linear 

Linear interpolation.

MonotoneCubic 

Monotone cubic interpolation.

BoundedLinear 

Bounded linear interpolation (e.g. angular 0-360)