26 for (i=mmin;i<=mmax;i++)
32 for (i=mmin;i<=mmax;i++)
34 tmp(io(i-1)+1,io(i)).
shift(m(i).indexmin())=m(i);
51 if ( mmax-mmin+1 != n*m)
53 cerr <<
" Vector and Matrix sizes don't match in function MAT" <<
endl;
57 for (
int i=1;i<=n;i++)
59 for (
int j=1;j<=m;j++)
Vector of double precision numbers.
int indexmin() const
Get minimum valid index.
prnstream & endl(prnstream &)
Array of integers(int) with indexes from index_min to indexmax.
int indexmax() const
Get maximum valid index.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
Description not yet available.
dvector & shift(int min)
Shift valid range of subscripts.
dmatrix MAT(const dvector &v, int n, int m)
The MAT operator is the inverse of the VEC operator.
dvector VEC(const dmatrix &_m)
The VEC operator concatenates the columns of matrix M into a column vector.
void initialize(void)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.