From 8313fb7df7f5f116834b412d6a6f5aff8862a173 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 31 Mar 2015 21:35:53 +0200 Subject: Add row/column-wise reverseInPlace feature. --- Eigen/src/Core/VectorwiseOp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Eigen/src/Core/VectorwiseOp.h') 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 class VectorwiseOp void normalize() { m_matrix = this->normalized(); } + + inline void reverseInPlace(); /////////// Geometry module /////////// -- cgit v1.2.3