ConicBundle
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