20 cerr <<
"array bound exceeded -- slice index too low in "
21 <<
"d3_array::operator(int, int, int)";
26 cerr <<
"array bound exceeded -- slice index too high in "
27 <<
"d3_array::operator(int, int, int)";
42 cerr <<
"array bound exceeded -- slice index too low in "
43 <<
"d3_array::operator(int, int)";
48 cerr <<
"array bound exceeded -- slice index too high in "
49 <<
"d3_array::operator(int, int)";
63 cerr <<
"matrix bound exceeded -- row index too low in "
64 <<
"d3_array::operator[]" <<
"value was" << i;
69 cerr <<
"matrix bound exceeded -- row index too high in "
70 <<
"d3_array::operator[]" <<
"value was" << i;
86 cerr <<
" Incompatible array bounds in "
87 <<
"d3_array& operator=(const d3_array&)\n";
friend d3_array value(const dvar3_array &ar)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Vector of double precision numbers.
d3_array & operator=(const d3_array &m1)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
dmatrix & operator[](int i)
double & operator()(int k, int i, int j)
dvector value(const df1_one_vector &v)
Description not yet available.