Canoe
Comprehensive Atmosphere N' Ocean Engine
|
Go to the source code of this file.
Macros | |
#define | WITHOUT_PIVOTING 0 |
#define | WITH_PIVOTING 1 |
#define | AA(i, j) aa[(m1 + m2 + 1) * (i) + (j)] |
#define | AAORIG(i, j) aaorig[(m1 + m2 + 1) * (i) + (j)] |
#define | AAL(i, j) aal[m1 * (i) + (j)] |
Functions | |
void | tridiag (int n, double *a, double *b, double *c, double *r, double *u, int pivot_type) |