15 if (col < mmin || col > mmax)
17 cerr <<
"Row out of bounds in function"
18 " colsum(const imatrix& m,int col)" <<
endl;
24 for (
int i = mmin; i <= mmax; ++i)
26 sum += *(pmi->
get_v() + col);
Vector of double precision numbers.
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
double colsum(const dmatrix &m, int col)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.