26 for (
int j = cmin; j <= cmax; ++j)
28 for (
int i = rmin; i <= rmax; ++i)
49 for (
int i = rmin; i <= rmax; ++i)
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvector rowsum(const dmatrix &matrix)
Returns dvector where each element contains the sum total of each row in matrix.
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.
Class definition of matrix with derivitive information .
void initialize(const dvector &ww)
Description not yet available.