23 std::streamsize width = ofs1.width();
24 assert(width <= INT_MAX);
26 ostream& ofs=(ostream&) ofs1;
33 for (
int i=imin;i<=imax;i++)
35 for (
int j=imin;j<=imax;j++)
48 ofs << setw(w) << S(i1,j1) <<
" ";
50 ofs << setw(w) << 0.0 <<
" ";
Description not yet available.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
int bandwidth(void) const