Krotos Modules 3
Loading...
Searching...
No Matches
krotos::LinearInterpolator Member List

This is the complete list of members for krotos::LinearInterpolator, including all inherited members.

interpolate(const std::vector< float > &xValues, const std::vector< float > &yValues, const std::vector< float > &vals)krotos::LinearInterpolatorstatic
interpolate2D(const std::vector< float > &xValues, const std::vector< std::vector< float > > &yValues, const std::vector< float > &vals)krotos::LinearInterpolatorstatic
interpolate2DEigen(const Eigen::VectorXf &xValues, const Eigen::MatrixXf &yValues, const Eigen::VectorXf &vals)krotos::LinearInterpolatorstatic
interpolateEigen(const Eigen::VectorXf &xValues, const Eigen::VectorXf &yValues, const Eigen::VectorXf &vals)krotos::LinearInterpolatorstatic