Remove some useless const_cast

This commit is contained in:
Gael Guennebaud
2019-01-17 18:27:49 +01:00
parent 0fe6b7d687
commit ee3662abc5
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ template<typename Decomposition, typename RhsType, typename StorageKind> class S
*
* \brief Pseudo expression representing a solving operation
*
* \tparam Decomposition the type of the matrix or decomposion object
* \tparam Decomposition the type of the matrix or decomposition object
* \tparam Rhstype the type of the right-hand side
*
* This class represents an expression of A.solve(B)