Add row/column-wise reverseInPlace feature.

This commit is contained in:
Gael Guennebaud
2015-03-31 21:35:53 +02:00
parent dfb674a25e
commit 8313fb7df7
3 changed files with 59 additions and 3 deletions

View File

@@ -562,6 +562,8 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
void normalize() {
m_matrix = this->normalized();
}
inline void reverseInPlace();
/////////// Geometry module ///////////