21 cerr <<
" Incompatible array bounds in "
22 "dmatrix operator - (const dmatrix& x, const dmatrix& m)\n";
44 cerr <<
" Incompatible array bounds in "
45 "dmatrix operator + (const dmatrix& x, const dmatrix& m)\n";
void allocate(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
d3_array operator-(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements addition of a(i, j, k) + b(i, j, k).
d3_array operator+(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements addition of a(i, j, k) + b(i, j, k).
dmatrix operator*(const d3_array &t, const dvector &v)
Description not yet available.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.