aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 11:50:24 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 11:50:24 +0200
commit3af4c6c1c9327411d13386e4719ce48f866c7567 (patch)
tree1cc76e62ae2eaba007b658526534096abe540d43 /Eigen/src/Core/PermutationMatrix.h
parent82b6ac08646f7b12770665134acaf3bb3cdc4dd3 (diff)
Make Transpositions use evaluators
Diffstat (limited to 'Eigen/src/Core/PermutationMatrix.h')
-rw-r--r--Eigen/src/Core/PermutationMatrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/src/Core/PermutationMatrix.h b/Eigen/src/Core/PermutationMatrix.h
index 9a0c03612..8c9afd4ee 100644
--- a/Eigen/src/Core/PermutationMatrix.h
+++ b/Eigen/src/Core/PermutationMatrix.h
@@ -537,9 +537,6 @@ class PermutationWrapper : public PermutationBase<PermutationWrapper<_IndicesTyp
};
-// TODO: Do we need to define these operator* functions? Would it be better to have them inherited
-// from MatrixBase?
-
/** \returns the matrix with the permutation applied to the columns.
*/
template<typename MatrixDerived, typename PermutationDerived>