Ignore:
Timestamp:
Aug 3, 2005, 4:53:06 PM (18 years ago)
Author:
Peter
Message:

updated doc and set precision to 12 for vector operator <<

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/gslapi/matrix.cc

    r301 r357  
    199199    s.setf( ios::dec );
    200200    s.precision(12);
    201     // Peter, end with an "\n" to make it compatible with stream constructor
    202201    for(size_t i=0, j=0; i<m.rows(); i++)
    203202      for (j=0; j<m.columns(); j++) {
Note: See TracChangeset for help on using the changeset viewer.