21 #define REPORT { static ExeCounter ExeCount(__LINE__,9); ++ExeCount; } 27 #ifndef ios_format_flags 28 #define ios_format_flags long 41 int w = s.width();
int nr = X.
Nrows();
42 std::ios_base::fmtflags f = s.flags();
43 s.setf(ios::fixed, ios::floatfield);
44 for (
int i=1; i<=nr; i++)
48 while (skip--) s <<
" ";
49 while (storage--) { s.width(w); s << *store++ <<
" "; }
53 s << flush; s.flags(f);
ostream & operator<<(ostream &s, const BaseMatrix &X)
GeneralMatrix * Evaluate(MatrixType mt=MatrixTypeUnSp)
std::basic_ostream< char > ostream
Base class for char output streams.