20 int mmin=
M.indexmin();
21 int mmax=
M.indexmax();
22 if (n<
M(mmin).indexmin() || n>
M(mmin).indexmax())
24 cerr <<
"Index out of range in "
25 " df1b2vector column(const df1b2matrix& M,int n) "
30 for (
int i=mmin;i<=mmax;i++)
44 int rmin=m1.indexmin();
45 int rmax=m1.indexmax();
46 int cmin=m1(rmin).indexmin();
47 int cmax=m1(rmin).indexmax();
50 for (
int i=rmin; i<=rmax; i++)
52 for (
int j=cmin; j<=cmax; j++)
dmatrix trans(const dmatrix &m1)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Description not yet available.
prnstream & endl(prnstream &)
Description not yet available.
Description not yet available.
dvector column(const dmatrix &matrix, int j)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.