aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Product.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 15:38:19 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-06-19 15:38:19 +0200
commit0c8b0e007b282139b4d3ab8e74f287c8e5109d69 (patch)
treeac16b08787bf23face06d0be6454bc8f923a57f7 /Eigen/src/Core/Product.h
parent3f6aa4cd5d03bd9e6e41d2f997fa7bd9b98bd68e (diff)
Introduce a AliasFreeProduct option for Permutations and Transpositions
Diffstat (limited to 'Eigen/src/Core/Product.h')
-rw-r--r--Eigen/src/Core/Product.h2
1 files changed, 1 insertions, 1 deletions
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<typename Lhs, typename Rhs, int Option, typename StorageKind> 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
*
*/