27 cerr <<
"Index bounds do not match in dvector "
28 "elem_prod(const dvector&, const dvector&)\n";
38 for (
int i = min; i <=
max; ++i)
65 cerr <<
"Index bounds do not match in "
66 "dvector elem_div(const dvector&, const dvector&)\n";
76 for (
int i = min; i <=
max; ++i)
d3_array elem_prod(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements product of a(i, j, k) * b(i, j, k).
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
d3_array elem_div(const d3_array &a, const d3_array &b)
Returns d3_array results with computed elements division of a(i, j, k) / b(i, j, k).
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.