Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Go to the source code of this file.
Macros | |
#define | WITHOUT_PIVOTING 0 |
#define | WITH_PIVOTING 1 |
Functions | |
void | spline (int n, struct float_triplet *table, double y1_bot, double y1_top) |
double | splint (double xx, struct float_triplet *table, double dx) |
void spline | ( | int | n, |
struct float_triplet * | table, | ||
double | y1_bot, | ||
double | y1_top | ||
) |
double splint | ( | double | xx, |
struct float_triplet * | table, | ||
double | dx | ||
) |