[eigen] Move scalar math functions from internal namespace to math

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


Hi,

just to warn you that I plan to push the changeset attached there
http://eigen.tuxfamily.org/bz/show_bug.cgi?id=314. It moves the
remaining math functions (imag, real, conj, abs2, norm1, hypot, pow)
from the internal namespace to math namespace.

I know this might break user code that calls these internal routines,
but this is needed because currently doing real(mat) or abs2(math)
will compile to an infinite recursive loop. More details in the bug
report.

Of course, we can easily replace 'math::' by anything more
appropriate. So if you have better ideas for this prefix...

cheers,
gael.



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