Re: [eigen] On a flexible API for submatrices, slicing, indexing, masking, etc.

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




Another remaining issue is that, as I said, all the example here and in the wiki basically assume step > 0. If increment d is dynamic and can be either positive or negative, you have to write something like 

​​
A(sgn(a) <= sgn(d)(4 + d * anyZ) <= sgn(b))

​Sorry I meant
A(sgn(d)*a <= sgn(d)(4 + d * anyZ) <= sgn(d)*b)


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