51 cerr <<
"Incompatible array bounds in dvar_matrix(int nrl,int nrh,"
52 "const ivector& ncl, const ivector& nch)" <<
endl;
59 cerr <<
" Error allocating memory in dmatrix contructor" <<
endl;
64 cerr <<
" Error allocating memory in dvar_matrix contructor" <<
endl;
68 for (
int i=nrl; i<=nrh; i++)
Uses polymorphism to get index information from various data types to be used in constructing and all...
Description not yet available.
void initialize(void)
Zero initialize allocated dvar_matrix, then saves adjoint function and position data.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
void allocate(void)
Does not allocate, but initializes members.
unsigned int rowsize() const
void allocate(int, int)
Allocate dvar_vector with indexmin = ncl and indexmax = nch.
dvar_matrix()
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.