19 const ivector* pmatrixi = &matrix(min);
20 for (
int i = min; i <=
max; ++i)
22 total +=
sum(*pmatrixi);
36 if (column < matrix.
colmin() || column > matrix.
colmax())
39 "in colsum(const imatrix&,int column)",
46 const ivector* pmatrixi = &matrix(min);
47 for (
int i = min; i <=
max; ++i)
63 if (column < matrix.
colmin() || column > matrix.
colmax())
66 "in column(const imatrix&, int column)",
73 int* pvectori = &vector(min);
74 const ivector* pmatrixi = &matrix(min);
75 for (
int i = min; i <=
max; ++i)
Description not yet available.
double sum(const d3_array &darray)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Array of integers(int) with indexes from index_min to indexmax.
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.