25 #define REPORT { static ExeCounter ExeCount(__LINE__,9); ++ExeCount; } 31 #ifndef ios_format_flags 32 #define ios_format_flags long 46 s.setf(ios::fixed, ios::floatfield);
47 for (
int i=1; i<=nr; i++)
51 while (skip--) s <<
" ";
52 while (storage--) { s.width(w); s << *store++ <<
" "; }
56 s << flush; s.flags(f);
return s;
ostream & operator<<(ostream &s, const BaseMatrix &X)
GeneralMatrix * Evaluate(MatrixType mt=MatrixTypeUnSp)
Base of the matrix classes.
The classes for matrices that can contain data are derived from this.