Re: [eigen] two decisions to take

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


On Wednesday 05 September 2007 19:30:08 Schleimer, Ben wrote:
> > In that case we could do the same for vertical grouping but I don't know
> > which operator to use, maybe operator&& ? Not much choice here, as it
> > needs to have lower priority than &.
>
> Sounds like something to leave until someone asks for that feature. They
> both sound useful but outside of tensor operations, I can't imagine what it
> could be used for.

thinking more about it, you are probably right: in my use case it isn't a 
problem to do

matrix.xpr().row(0) = ...
matrix.xpr().row(1) = ...
matrix.xpr().row(2) = ...

So operator && isn't really needed.

Cheers,
Benoit

Attachment: signature.asc
Description: This is a digitally signed message part.



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