18 #ifndef _GDBPRINT_CPP_
19 #define _GDBPRINT_CPP_
85 cout << v(i,j) <<
endl;
98 cout << v(i,j,k) <<
endl;
119 cout << v(i) <<
endl;
131 cout << v(i,j) <<
endl;
144 cout << v(i,j,k) <<
endl;
164 cout << v(i) <<
endl;
176 cout << v(i,j) <<
endl;
189 cout << v(i,j,k) <<
endl;
210 cout << v(i) <<
endl;
222 cout << v(i,j) <<
endl;
235 cout << v(i,j,k) <<
endl;
255 cout << v(i) <<
endl;
267 cout << v(i,j) <<
endl;
280 cout << v(i,j,k) <<
endl;
301 cout << v(i) <<
endl;
313 cout << v(i,j) <<
endl;
325 cout << v(i,j,k) <<
endl;
339 cout << v(i,j,k,l) <<
endl;
360 cout << v[i] <<
endl;
410 cout << v(i) <<
endl;
422 cout << v(i,j) <<
endl;
464 cout << v(i) <<
endl;
476 cout << v(i,j) <<
endl;
508 cout << setprecision(12) << v(i) <<
endl;
519 cout << setprecision(12) << v(i) <<
endl;
Base class for dvariable.
void padsum(const dvar_vector &v)
Print the sum of a dvar_vector to the screen.
void pads(const dvar_vector &v, int i)
Print an element of a dvar_vector to the screen in scientific notation.
Description not yet available.
Description not yet available.
Vector of double precision numbers.
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Description not yet available.
Description not yet available.
prescientific setscientific(void)
Description not yet available.
prnstream & endl(prnstream &)
Array of integers(int) with indexes from index_min to indexmax.
Description not yet available.
Description not yet available.
void padp(const dmatrix &v, int i)
Print a vector slice of a dmatrix to the screen, with 12 significant figures.
Class definition of matrix with derivitive information .
Description not yet available.
Description not yet available.
void pad()
Do nothing, this will be included by ADMB lexical analyzer so that the library is usable from within ...
Function prototypes for printing ADMB objects during GDB sessions.