NASA Logo
Ocean Color Science Software

ocssw V2022
ams_oe_inversion.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "get_ctht.h"
Include dependency graph for ams_oe_inversion.c:

Go to the source code of this file.

Functions

int32_t ams_oe_inversion (double *rhot, gsl_matrix *gm_sy, double *xa, gsl_matrix *gm_sa, double *lut, int32_t *lut_dims, int32_t *min_cost_loc, oe_info_str *oe_info)
 
int32_t my_lut_funct_3d_oe (gsl_vector *gv_x_fg, double *lut, int32_t *snax, int32_t ny, double *y_init, double *k_init)
 

Function Documentation

◆ ams_oe_inversion()

int32_t ams_oe_inversion ( double *  rhot,
gsl_matrix *  gm_sy,
double *  xa,
gsl_matrix *  gm_sa,
double *  lut,
int32_t *  lut_dims,
int32_t *  min_cost_loc,
oe_info_str *  oe_info 
)

Definition at line 9 of file ams_oe_inversion.c.

◆ my_lut_funct_3d_oe()

int32_t my_lut_funct_3d_oe ( gsl_vector *  gv_x_fg,
double *  lut,
int32_t *  snax,
int32_t  ny,
double *  y_init,
double *  k_init 
)

Definition at line 492 of file ams_oe_inversion.c.