22 int mmin=v.indexmin();
23 int mmax=v.indexmax();
24 for (
int i=mmin;i<=mmax;i++)
29 cerr <<
"Error reading element " << i <<
" of the vector "
45 ostream& s=(ostream&) _s;
265 int cmin,
int cmax,
const char * s)
298 int rmax,
int cmin,
int cmax,
const char *s)
305 const ivector& rmax,
int cmin,
int cmax,
const char *s)
312 const ivector& rmax,
int cmin,
int cmax,
const char *s)
320 const ivector& cmin,
int cmax,
const char *s)
334 int cmin,
const ivector& cmax,
const char *s)
391 const ivector& cmax,
const char * s)
442 int cmin,
int cmax,
const char * s)
483 int rmax,
int cmin,
int cmax,
const char * s)
490 const ivector& rmax,
int cmin,
int cmax,
const char *s)
497 const ivector& rmax,
int cmin,
int cmax,
const char * s)
504 const ivector& cmin,
int cmax,
const char *s)
511 int cmin,
const ivector& cmax,
const char *s)
Base class for dvariable.
void allocate(void)
Does NOT allocate, but initializes empty d3_array.
Uses polymorphism to get index information from various data types to be used in constructing and all...
named_dvar_matrix & operator=(const double m)
Assign named_dvar_matrix with value.
void allocate(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
data_matrix & operator=(const dmatrix &m)
Assign data_matrix with values.
Description not yet available.
param_stddev_matrix & operator=(const double m)
Assign param_stddev_matrix with value.
Description not yet available.
param_stddev_vector & operator=(const dvar_vector &m)
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Vector of double precision numbers.
Description not yet available.
param_init_bounded_number & operator=(const double m)
const char * mychar(void)
Description not yet available.
param_init_number & operator=(const double m)
dvector & operator=(const dvector &t)
Assignment operator for dvector argument.
named_dvar_vector & operator=(const dvar_vector &m)
Description not yet available.
dmatrix & operator=(const dmatrix &t)
Assign values in other to dmatrix.
Description not yet available.
Description not yet available.
Description not yet available.
virtual const char * label(void)
d3_array & operator=(const d3_array &m1)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void allocate(const char *s)
Description not yet available.
dvar3_array & operator=(const d3_array &m1)
Assign element values from scalar arr3 to dvar3_array.
Description not yet available.
virtual const char * label(void)
prnstream & endl(prnstream &)
Array of integers(int) with indexes from index_min to indexmax.
Description not yet available.
data_vector & operator=(const dvector &m)
Description not yet available.
void allocate(void)
Does not allocate, but initializes members.
Description not yet available.
Description not yet available.
Description not yet available.
Description not yet available.
named_dvar3_array & operator=(const dvar3_array &m)
Description not yet available.
virtual const char * label(void)
dvariable & operator=(const double x)
Assigns a value to a dvariable object.
named_d3_array & operator=(const d3_array &m)
named_dvariable & operator=(const prevariable &m)
prevariable & operator=(const prevariable &)
Assigns a value to a prevariable object.
istream & operator>>(const istream &input, const d3_array &arr3)
Read values from input stream into arr3.
Description not yet available.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
void allocate(void)
Does not allocte, but initialize class members.
dvar_matrix & operator=(const dvar_matrix &)
Assigns other values to dvar_matrix.
Class definition of matrix with derivitive information .
Description not yet available.
virtual const char * label(void)
named_dmatrix & operator=(const dmatrix &m)
Assign named_dmatrix with values.
dvar_vector & operator=(const dvar_vector &t)
Assign values from other t to dvar_vector.
dvector value(const df1_one_vector &v)
Description not yet available.
virtual const char * label(void)
param_stddev_number & operator=(const prevariable &)
named_dvector & operator=(const dvector &m)
Fundamental data type for reverse mode automatic differentiation.
Description not yet available.