[eigen-commits] commit/eigen: 2 new changesets

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


2 new changesets in eigen:

http://www.bitbucket.org/eigen/eigen/changeset/2930048c816e/
changeset:   r2968:2930048c816e
user:        bjacob
date:        2010-06-16 15:23:32
summary:     fix #126, part 2/2: the checkTransposeAliasing() assertion was always compiled, for all expressions,
even for expressions that are known at compile time to not need it because they don't involve any transposing.
This gave 'controlling condition is constant' warnings on ICC, and potentially worse, this could generate a lot
of useless code per-expression if the compiler failed to realize that the condition was constant.
affected #:  1 file (1.7 KB)

http://www.bitbucket.org/eigen/eigen/changeset/59adf696f380/
changeset:   r2967:59adf696f380
user:        bjacob
date:        2010-06-16 15:21:14
summary:     fix #126, part 1/2: fix the return type of coeff() on direcaccess xprs: was amounting to

     const (const Scalar&)

which really doesn't make sense.
affected #:  1 file (96 bytes)

Repository URL: http://bitbucket.org/eigen/eigen/

-- 
This is a commit notification from bitbucket.org.
You are receiving this because you have the service 
enabled, addressing the recipient of this email.



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