#include <KrotosIntrepolators.h>
|
| static std::vector< float > | interpolate (const std::vector< float > &xValues, const std::vector< float > &yValues, const std::vector< float > &vals) |
| |
| static Eigen::VectorXf | interpolateEigen (const Eigen::VectorXf &xValues, const Eigen::VectorXf &yValues, const Eigen::VectorXf &vals) |
| |
| static std::vector< std::vector< float > > | interpolate2D (const std::vector< float > &xValues, const std::vector< std::vector< float > > &yValues, const std::vector< float > &vals) |
| |
| static Eigen::MatrixXf | interpolate2DEigen (const Eigen::VectorXf &xValues, const Eigen::MatrixXf &yValues, const Eigen::VectorXf &vals) |
| |
◆ interpolate()
| std::vector< float > krotos::LinearInterpolator::interpolate |
( |
const std::vector< float > & | xValues, |
|
|
const std::vector< float > & | yValues, |
|
|
const std::vector< float > & | vals ) |
|
static |
◆ interpolate2D()
| std::vector< std::vector< float > > krotos::LinearInterpolator::interpolate2D |
( |
const std::vector< float > & | xValues, |
|
|
const std::vector< std::vector< float > > & | yValues, |
|
|
const std::vector< float > & | vals ) |
|
static |
◆ interpolate2DEigen()
| Eigen::MatrixXf krotos::LinearInterpolator::interpolate2DEigen |
( |
const Eigen::VectorXf & | xValues, |
|
|
const Eigen::MatrixXf & | yValues, |
|
|
const Eigen::VectorXf & | vals ) |
|
static |
◆ interpolateEigen()
| Eigen::VectorXf krotos::LinearInterpolator::interpolateEigen |
( |
const Eigen::VectorXf & | xValues, |
|
|
const Eigen::VectorXf & | yValues, |
|
|
const Eigen::VectorXf & | vals ) |
|
static |
The documentation for this class was generated from the following files: