Boost logo

Ublas :

From: Michael Stevens (mail_at_[hidden])
Date: 2005-05-08 12:46:48


Thomas,

> I added an input stream operator for a symmetric_matrix (file io.hpp). I
> basicaly did copy/paste the operator defined for a matrix, adding two
> checks: - the matrix is square
> - the matrix is symmetric
>
> I checked it for simple examples, it behaves correctly. If you find it
> usefull, can anybody commit this ?

Sorry for the slow reply. I have committed the extra function, thanks! Only
change I made was to the tabbing so source formats correctly for Boost.
Hopefully it works as advertised!

Michael