6 #if (__cplusplus > 199711L)
34 cerr <<
"Incompatible array bounds in "
35 <<
"dmatrix& dmatrix::operator=(const dmatrix&)\n";
41 #if (__cplusplus <= 199711L)
77 cerr <<
"Incompatible array bounds in "
78 <<
"dmatrix& dmatrix::operator+=(const dmatrix&)\n";
81 #if (__cplusplus <= 199711L)
104 cerr <<
"Incompatible array bounds in "
105 <<
"dmatrix& dmatrix::operator-=(const dmatrix&)\n";
108 #if (__cplusplus <= 199711L)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
int allocated(const ivector &v)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Vector of double precision numbers.
dmatrix & operator=(const dmatrix &t)
Assign values in other to dmatrix.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dmatrix & operator-=(const dmatrix &t)
Substract element-wise matrix values other from dmatrix.
Description not yet available.
dmatrix & operator+=(const dmatrix &t)
Add element-wise matrix values other to dmatrix.