4 Jun
2003
4 Jun
'03
1:22 p.m.
On Wednesday 04 June 2003 08:11, cerenoc wrote:
Hi, I'm new to BOOST/uBLAS. I would like to use uBLAS on a matrix that I read in from a file. How does file io work with uBLAS? What are the specific formats? If someone could provide a small example it would be much appreciated.
there's a 'std::ostream& operator<<(std::ostream&, <any ublas class>)' in ublas/io.hpp if that's what you're after t