27 for (
int i=rmin; i<=rmax; i++)
29 for (
int j=cmin; j<=cmax; j++)
65 for (
int i=rmin; i<=rmax; i++)
67 for (
int j=cmin; j<=cmax; j++)
Description not yet available.
double & elem_value(int i, int j)
dmatrix trans(const dmatrix &m1)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dmatrix restore_dvar_matrix_derivatives(const dvar_matrix_position &_pos)
Description not yet available.
void verify_identifier_string(const char *)
Verifies gradient stack string.
void set_gradient_stack(void(*func)(void), double *dep_addr, double *ind_addr1=NULL, double mult1=0, double *ind_addr2=NULL, double mult2=0)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void save_dmatrix_derivatives(const dvar_matrix_position &pos) const
Description not yet available.
Description not yet available.
int save_identifier_string(const char *)
Writes a gradient stack verification string.
dvar_matrix_position restore_dvar_matrix_position()
static _THREAD DF_FILE * fp
void save_dvar_matrix_position(const dvar_matrix &m)
void dfmattrans(void)
Description not yet available.
Class definition of matrix with derivitive information .
Stores the adjoint gradient data that will be processed by gradcalc.
static _THREAD grad_stack * GRAD_STACK1
Description not yet available.