16 int mmin=
x.indexmin();
17 int mmax=
x.indexmax();
21 for (i=mmin;i<mmax;i++)
35 int mmin=
x.indexmin();
36 int mmax=
x.indexmax();
40 for (i=mmin;i<=mmax;i++)
54 int mmin=
x.indexmin();
55 int mmax=
x.indexmax();
59 for (i=mmin;i<=mmax;i++)
#define ADUNCONST(type, obj)
Creates a shallow copy of obj that is not CONST.
Description not yet available.
d3_array cube(const d3_array &m)
Description not yet available.
void noallocate(int lib, int ub)
Description not yet available.
dvector first_difference(const dvector &values)
Returns dvector containing the differences of an values(i) and values(i + 1) for i = 1 to values...
Description not yet available.
double square(const double value)
Return square of value; constant object.