#include "ratint.h"
#include "math.h"
#include "../../Exceptions/error.h"
Go to the source code of this file.
Defines | |
#define | TINY 1.0e-25 |
Functions | |
void | ratint (double *xa, double *ya, int n, double x, double *y, double *dy) |
Some other interpolation. |
Definition in file ratint.cpp.
#define TINY 1.0e-25 |
void ratint | ( | double * | xa, | |
double * | ya, | |||
int | n, | |||
double | x, | |||
double * | y, | |||
double * | dy | |||
) |
Some other interpolation.
Definition at line 16 of file ratint.cpp.
Referenced by Matrix1D< T >::Ratint().