25 cerr <<
" Incompatible array bounds in "
26 "dvar_matrix& operator += (const dvar_vector&)\n";
33 for (
int i = min; i <=
max; ++i)
55 cerr <<
" Incompatible array bounds in "
56 "dvar_matrix& operator+=(const dvar_vector&)\n";
63 for (
int i = min; i <=
max; ++i)
85 cerr <<
" Incompatible array bounds in "
86 "dvar_matrix& operator -= (const dvar_vector&)\n";
93 for (
int i = min; i <=
max; ++i)
115 cerr <<
" Incompatible array bounds in "
116 "dvar_matrix& operator-=(const dvar_vector&)\n";
122 const dvector* pm1i = &m1(min);
123 for (
int i = min; i <=
max; ++i)
dvar_matrix & operator-=(const dvar_matrix &x)
Description not yet available.
Vector of double precision numbers.
dvar_matrix & operator+=(const dvar_matrix &x)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
Class definition of matrix with derivitive information .