aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-03-31 21:35:53 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-03-31 21:35:53 +0200
commit8313fb7df7f5f116834b412d6a6f5aff8862a173 (patch)
tree7d2ade8fe6b1b1fe49006ac8eab9e768ff75432e /Eigen/src/Core/VectorwiseOp.h
parentdfb674a25ead137118eebf0230c4c8a4c81db5d0 (diff)
Add row/column-wise reverseInPlace feature.
Diffstat (limited to 'Eigen/src/Core/VectorwiseOp.h')
-rw-r--r--Eigen/src/Core/VectorwiseOp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/VectorwiseOp.h b/Eigen/src/Core/VectorwiseOp.h
index a15777a5e..ea3d8f4b1 100644
--- a/Eigen/src/Core/VectorwiseOp.h
+++ b/Eigen/src/Core/VectorwiseOp.h
@@ -562,6 +562,8 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
void normalize() {
m_matrix = this->normalized();
}
+
+ inline void reverseInPlace();
/////////// Geometry module ///////////