$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Kresimir Fresl (fresl_at_[hidden])
Date: 2003-07-08 00:55:10
Amit Bhatia wrote:
> I was looking for sowe way to write the matrix to some filestream and read
> the same way from some file stream.
> Was just wondering if Ublas has any operators as << and >> defined
> default?
> I have been able to find none though.
#include <boost/numeric/ublas/io.hpp>
Regards,
fres