66 for (
int i=mmin;i<=mmax;i++)
69 dft.elem(u(i))+=dftmp.
elem(i);
71 dft.save_dvector_derivatives(t_pos);
84 tmp(i)=(*this)((int)u(i));
87 assert(ui <= INT_MAX);
88 tmp(i)=(*this)((int)ui);
Description not yet available.
double & elem_value(int i)
void save_ivector_position(const ivector &v)
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
ivector_position restore_ivector_position()
void dv_subassign(void)
Description not yet available.
Description not yet available.
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.
dvar_vector operator()(int lb, int ub)
Array of integers(int) with indexes from index_min to indexmax.
dvar_vector_position restore_dvar_vector_position()
int indexmax() const
Get maximum valid index.
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int save_identifier_string(const char *)
Writes a gradient stack verification string.
void save_dvar_vector_position(const dvar_vector &v)
static _THREAD DF_FILE * fp
ivector restore_ivector_value(const ivector_position &tmp)
Description not yet available.
Stores the adjoint gradient data that will be processed by gradcalc.
dvector restore_dvar_vector_derivatives(const dvar_vector_position &tmp)
Description not yet available.
static _THREAD grad_stack * GRAD_STACK1
void save_ivector_value(const ivector &v)