44 cerr <<
" Incompatible bounds in dvar_vector& operator"
45 " << (const dvar_vector& v1, const dvar_vector& v2)" <<
endl;
49 for (
int i=mmin;i<=mmax;i++)
70 cerr <<
" Incompatible bounds in dvar_matrix& operator"
71 " << (const dvar_matrix& v1, const dvar_matrix& v2)" <<
endl;
74 for (
int i=mmin;i<=mmax;i++)
87 grad_buffer_position(1,ndv),
88 cmpdif_buffer_position(1,ndv),
89 grad_file_position(1,ndv),
90 cmpdif_file_position(1,ndv),
91 grad_file_count(1,ndv),
92 cmpdif_file_count(1,ndv)
114 cout <<
"maximum number of depdendent variables of "
117 <<
"use gradient_structure::set_NUM_DEPENDENT_VARIABLES(int i);"
118 <<
endl <<
"to increase the number of dependent variables"
Base class for dvariable.
void initialize()
Initialize elements in pointer array to null.
dependent_variables_information * DEPVARS_INFO
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
void initialize(void)
Intialize vector values to zero.
void save_dependent_variable_position(const prevariable &)
Description not yet available.
prnstream & endl(prnstream &)
void RETURN_ARRAYS_INCREMENT()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
static _THREAD gradient_structure * _instance
void initialize(void)
Description not yet available.
static _THREAD DF_FILE * fp
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
Class definition of matrix with derivitive information .
void RETURN_ARRAYS_DECREMENT()
static _THREAD grad_stack * GRAD_STACK1
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.