#include <stdio.h>#include <stdlib.h>#include <math.h>#include "variables_global.h"#include "prototypes.h"Go to the source code of this file.
Functions | |
| int | para_coef (int nmin, int nmax, int flag1, double *a_coef, double *dx, double *ai_coef, double *b_coef, double *bi_coef, double *c_coef, double *d_x, double **para, double *ci_coef) |
| int para_coef | ( | int | nmin, |
| int | nmax, | ||
| int | flag1, | ||
| double * | a_coef, | ||
| double * | dx, | ||
| double * | ai_coef, | ||
| double * | b_coef, | ||
| double * | bi_coef, | ||
| double * | c_coef, | ||
| double * | d_x, | ||
| double ** | para, | ||
| double * | ci_coef | ||
| ) |
Here the coefficients for the parabel functions are determined.
Definition at line 17 of file para_coef.c.
Referenced by ppm_step(), and remap().
1.8.1.1