Class LinearModel
Defined in File LinearModel.hpp
Inheritance Relationships
Base Type
public navtk::utils::InterpolationModel(Class InterpolationModel)
Class Documentation
Linear interpolation model.
Public Functions
Constructor.
- Parameters
x – Independent sample points, size N.
y – Dependent sampled values at each
xelement, size N.
Get the interpolated data point at query value.
- Parameters
x_interp – Query point to generate interpolated data at.
- Returns
Interpolated data at
x_interp.