Hello, does anyone knows, if a construct like out(blitz::Range(0,2))=inp(blitz::Range(0,2)); (that means accesing and assigning of matrix/vector ranges) exist for boost::numeric::ublas too? Marc 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.
Marc Wilken wrote:
does anyone knows, if a construct like
out(blitz::Range(0,2))=inp(blitz::Range(0,2));
(that means accesing and assigning of matrix/vector ranges)
exist for boost::numeric::ublas too?
Vector range: http://www.genesys-e.org/ublas/vector_proxy.htm#vector_range or: http://64.226.201.52/libs/numeric/ublas/doc/vector_proxy.htm#vector_range Matrix range: http://www.genesys-e.org/ublas/matrix_proxy.htm#matrix_range or: http://64.226.201.52/libs/numeric/ublas/doc/matrix_proxy.htm#matrix_range fres
participants (2)
-
Kresimir Fresl
-
Wilken, Marc