[eigen] some fixes and v * m operators

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


Hi all!

here's a patch to current svn's matrixbase.h, which adds:
+ vector_leftmultiplication_helper
+ leftmultiply(v)
+ v*m
+ v*=m
and fixes:
- multiply: the helper function is called with a **VectorType - remove the "&"
- vector_multiplication_helper: when size() is 3, don't operate on
v[3] or m(3,3) - most likely some copy/paste error, lines removed

I'll be back on irc this afternoon, have fun!
greetz
Franz



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