20 int rmin=
M.indexmin();
21 int rmax=
M.indexmax();
23 for (
int i=rmin;i<=rmax;i++)
25 int cmin=
M(i).indexmin();
26 int cmax=
M(i).indexmax();
27 tmp(i).noallocate(cmin,cmax);
28 for (
int j=cmin;j<=cmax;j++)
41 int rmin=
M.indexmin();
42 int rmax=
M.indexmax();
43 int cmin=
M(rmin).indexmin();
44 int cmax=
M(rmin).indexmax();
47 for (
int i=rmin;i<=rmax;i++)
49 for (
int j=cmin;j<=cmax;j++)
62 int rmin=
M.indexmin();
63 int rmax=
M.indexmax();
66 for (
int i=rmin;i<=rmax;i++)
68 int cmin=
M(rmin).indexmin();
69 int cmax=
M(rmin).indexmax();
70 for (
int j=cmin;j<=cmax;j++)
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Description not yet available.
dvector rowsum(const dmatrix &matrix)
Returns dvector where each element contains the sum total of each row in matrix.
double colsum(const dmatrix &m, int col)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
d3_array exp(const d3_array &arr3)
Returns d3_array results with computed exp from elements in arr3.
Description not yet available.
Description not yet available.
void initialize(void)
Description not yet available.