#include <monointerp.h>
|
| const std::vector< double > | m_x |
| const std::vector< double > | m_y |
| std::vector< double > | m_g |
◆ Monointerp() [1/2]
| Monointerp::Monointerp |
( |
const double | x[], |
|
|
const double | y[], |
|
|
long | n ) |
◆ ~Monointerp()
| Monointerp::~Monointerp |
( |
void | | ) |
|
◆ Monointerp() [2/2]
◆ operator()()
| double Monointerp::operator() |
( |
double | xval | ) |
const |
◆ operator=()
◆ m_g
| std::vector<double> Monointerp::m_g |
|
private |
◆ m_x
| const std::vector<double> Monointerp::m_x |
|
private |
◆ m_y
| const std::vector<double> Monointerp::m_y |
|
private |
The documentation for this class was generated from the following files: