37 "AD_LONG_INT colsum(const lmatrix& m,int col)",
43 for (
int i=mmin;i<=mmax;i++)
59 "lvector column(const lmatrix& m,int col)",
65 for (
int i=mmin;i<=mmax;i++)
Description not yet available.
Description not yet available.
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.
#define ADMB_ARRAY_BOUNDS_ERROR(message, function, lower_bounds, upper_bounds, index)
dvector column(const dmatrix &matrix, int j)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.