ocssw
V2022
|
#include "atrem_cor.h"
Include dependency graph for get_atrem_cor3.c:
Go to the source code of this file.
Macros | |
#define | BUFSZ 100 |
Functions | |
int | main (int argc, char *argv[]) |
int | get_atrem (double *yy, paramstr P, double *rp94, double *r1p14, double *cst1, double *cst2, double *cst3, double *cst4, double *cst5, double *cst6, int32_t *jac, int32_t *jbc) |
int32_t | hunt (float *xx, int32_t n, double x, int32_t jlo) |
Macro Definition Documentation
◆ BUFSZ
#define BUFSZ 100 |
Definition at line 86 of file get_atrem_cor3.c.
Function Documentation
◆ get_atrem()
int get_atrem | ( | double * | yy, |
paramstr | P, | ||
double * | rp94, | ||
double * | r1p14, | ||
double * | cst1, | ||
double * | cst2, | ||
double * | cst3, | ||
double * | cst4, | ||
double * | cst5, | ||
double * | cst6, | ||
int32_t * | jac, | ||
int32_t * | jbc | ||
) |
Definition at line 221 of file get_atrem_cor3.c.
◆ hunt()
int32_t hunt | ( | float * | xx, |
int32_t | n, | ||
double | x, | ||
int32_t | jlo | ||
) |
Definition at line 478 of file get_atrem_cor3.c.
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 88 of file get_atrem_cor3.c.