|
ocssw
V2022
|
#include "nr.h"#include "nrutil.h"#include <math.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | NRANSI |
| #define | DEBUG_FUZZY 0 |
| #define | ITMAX 100 |
| #define | EPS 3.0e-7 |
| #define | FPMIN 1.0e-30 |
| #define | NR_END 1 |
| #define | FREE_ARG char* |
Functions | |
| void | fuzzy_func_v3 (float *rrs, float **urrs, float ***y3inv, int nclasses, int nowts, int df, double *outdata) |
Macro Definition Documentation
◆ DEBUG_FUZZY
| #define DEBUG_FUZZY 0 |
Definition at line 24 of file fuzzy_func_v3.c.
◆ EPS
| #define EPS 3.0e-7 |
Definition at line 26 of file fuzzy_func_v3.c.
◆ FPMIN
| #define FPMIN 1.0e-30 |
Definition at line 27 of file fuzzy_func_v3.c.
◆ FREE_ARG
| #define FREE_ARG char* |
Definition at line 32 of file fuzzy_func_v3.c.
◆ ITMAX
| #define ITMAX 100 |
Definition at line 25 of file fuzzy_func_v3.c.
◆ NR_END
| #define NR_END 1 |
Definition at line 31 of file fuzzy_func_v3.c.
◆ NRANSI
| #define NRANSI |
Definition at line 20 of file fuzzy_func_v3.c.
Function Documentation
◆ fuzzy_func_v3()
| void fuzzy_func_v3 | ( | float * | rrs, |
| float ** | urrs, | ||
| float *** | y3inv, | ||
| int | nclasses, | ||
| int | nowts, | ||
| int | df, | ||
| double * | outdata | ||
| ) |
Definition at line 34 of file fuzzy_func_v3.c.


