Matrix-Matrix reference
Hello, does ublas support a matrix method like blitz++ .reference() method? (This method allows different matrices to share the same matrix datas.) Marc Wilken This e-mail contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail. GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc.
On Wed, Dec 18, 2002 at 09:18:55AM +0100, Wilken, Marc wrote:
does ublas support a matrix method like blitz++ .reference() method? (This method allows different matrices to share the same matrix datas.)
I'm not sure how blitz++ works, but I've been using the following method.
matrix
Oh, I also forogt. You must have #define BOOST_UBLAS_SIMPLE_ARRAY_ADAPTOR before including the boost headers. -- Stephen
participants (2)
-
Stephen Crowley
-
Wilken, Marc