Introduce a AliasFreeProduct option for Permutations and Transpositions

This commit is contained in:
Gael Guennebaud
2015-06-19 15:38:19 +02:00
parent 3f6aa4cd5d
commit 0c8b0e007b
6 changed files with 46 additions and 35 deletions

View File

@@ -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
*
*/