|
Boost Users : |
From: Pascal Bauer (pascal.bauer_at_[hidden])
Date: 2004-09-30 09:00:18
Hi Boost People,
Have just a simple Question:
1. I use the uBLAS matrix class together with the MPI. Is it save to
send matrices similar to std::vectors, by using
&(Matrix(0, 0))
as the argument for the sending buffer? (Similar as one can do
&(Vector[0]) for the std::vector? )
I just use matrix<double> in the code, without any further template
specifications.
Thanx
P.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net