#include "LAStreams.h"
#include "math_num.h"
#include "std.h"
#include <float.h>
Include dependency graph for ali.cpp:
Go to the source code of this file.
Namespaces | |
namespace | linalg |
Classes | |
class | linalg::ALInterp |
Functions | |
int | fsign (const float f) |
double | ali (const double q, const double x0, const double s, const Vector &y) |
double | ali (const double q, const Vector &x, const Vector &y) |
|
Definition at line 267 of file ali.cpp. References linalg::ALInterp::interpolate(). |
Here is the call graph for this function:
|
Definition at line 260 of file ali.cpp. References linalg::ALInterp::interpolate(). |
Here is the call graph for this function:
|
Definition at line 152 of file ali.cpp. Referenced by linalg::ALInterp::ALInterp(). |