Input/Output

The ostream operator << and the istream operator >> are overloaded for each matrix class, but those use an internal format that is mainly intended for file writing and reading operations. In order to display a matrix in user readable form on the screen, each matrix class has a member method display() with the following paramters

void matrix.display(std::ostream &out, int precision=0, int width=0, int screenwidth=0) const


Generated on Tue May 3 16:52:54 2011 for ConicBundle by  doxygen 1.5.6