|
ocssw
V2022
|
#include "nr.h"#include "nrutil.h"#include <math.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>
Include dependency graph for covariance_inversion.c:
Go to the source code of this file.
Macros | |
| #define | DEBUG_COVAR 0 |
Functions | |
| void | covariance_inversion (float *rrs_cov, int nclasses, int df, float ***y3inv) |
Macro Definition Documentation
◆ DEBUG_COVAR
| #define DEBUG_COVAR 0 |
Definition at line 13 of file covariance_inversion.c.
Function Documentation
◆ covariance_inversion()
| void covariance_inversion | ( | float * | rrs_cov, |
| int | nclasses, | ||
| int | df, | ||
| float *** | y3inv | ||
| ) |
Definition at line 18 of file covariance_inversion.c.


