Re: [eigen] On the implementation of STL iterator for Eigen::Matrix

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


> After a bit more thoughts, abusing rowwise()/colwise() is perhaps not that bad if we redefine the return type of A.rowwise() as "a view of the 2D matrix A as a linear collection of row-vectors with vector-wise > broadcasting facilities". With such a definition, partial reductions and broadcasting sill make sense:

 

That’s essentially how I’ve always thought of rowwise()! Consider this e-mail a +1 / thumbs-up

 

> and this open the doors for new usages, e.g.:

 

I like all of the examples given.

 

Toby



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