From 0c8b0e007b282139b4d3ab8e74f287c8e5109d69 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 19 Jun 2015 15:38:19 +0200 Subject: Introduce a AliasFreeProduct option for Permutations and Transpositions --- Eigen/src/Core/Product.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core/Product.h') diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h index 0739528f1..87340b88c 100644 --- a/Eigen/src/Core/Product.h +++ b/Eigen/src/Core/Product.h @@ -25,7 +25,7 @@ template class Pro * This class represents an expression of the product of two arbitrary matrices. * * The other template parameters are: - * \tparam Option can be DefaultProduct or LazyProduct + * \tparam Option can be DefaultProduct, AliasFreeProduct, or LazyProduct * */ -- cgit v1.2.3