Re: [eigen] Permuted Matrix

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Christoph Hertzberg wrote:
> template<class Derived>
> void access_test(const MatrixBase<Derived>& m1) {
> 	MatrixBase<Derived> m2 = m1;
> 	m2 += m1;
> }
> 
> int main(void) {
> 	Matrix3d A, B;
> 	access_test(A*B);
> }

with Eigen2 this actually compiles, but (as it seems) gets stuck in some
infinite loop ...


-- 
----------------------------------------------
Dipl.-Inf. Christoph Hertzberg
Cartesium 0.051
Universität Bremen
Enrique-Schmidt-Straße 5
28359 Bremen

Tel: (+49) 421-218-64252
----------------------------------------------



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/