mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* rename PartialRedux to VectorwiseOp
* add VectorwiseOp's +, -, +=, -= operators
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
* If Mode==Affine, then the last row is set to [0 ... 0 1] */
|
||||
inline Transform()
|
||||
{
|
||||
if (Mode==Affine)
|
||||
if (int(Mode)==Affine)
|
||||
makeAffine();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user