Boost logo

Ublas :

From: Pfingstei (Pfingsteistefan_at_[hidden])
Date: 2007-04-13 07:38:34


Hello;

I'm a newbie in using the UBLAS package and want to multiplicate matrices
containing a high number of rows. It turned out, that using the
"prod"-method is not reasonable since the runtime of the programm is
increasing too much. The Boost-Help recommends the methods "axpy_prod" and
"block_prod". Has anyone already tried out these methods with respect to the
runtime? Does anyone know which header-files have to be included in my
software to get access to these methods?

Up to now I've included the following header-files:
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/io.hpp>

Thanks.

-- 
View this message in context: http://www.nabble.com/Boost%3A-Multiplication-of-matrices-tf3571156.html#a9977386
Sent from the Boost - uBLAS mailing list archive at Nabble.com.