aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrixBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-10-26 18:20:00 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-10-26 18:20:00 +0100
commite6f8c5c325fca53b53436b6bd8d66749444216bb (patch)
tree2ae45f2b23242e6c92ce2d2e2cef3c9937840957 /Eigen/src/SparseCore/SparseMatrixBase.h
parenta5324a131f3816c8312e27a9dc928b8d56d8cf3b (diff)
Add support to directly evaluate the product of two sparse matrices within a dense matrix.
Diffstat (limited to 'Eigen/src/SparseCore/SparseMatrixBase.h')
-rw-r--r--Eigen/src/SparseCore/SparseMatrixBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/SparseMatrixBase.h b/Eigen/src/SparseCore/SparseMatrixBase.h
index 4e720904e..38eb1c37a 100644
--- a/Eigen/src/SparseCore/SparseMatrixBase.h
+++ b/Eigen/src/SparseCore/SparseMatrixBase.h
@@ -281,7 +281,7 @@ template<typename Derived> class SparseMatrixBase : public EigenBase<Derived>
// sparse * sparse
template<typename OtherDerived>
- const Product<Derived,OtherDerived>
+ const Product<Derived,OtherDerived,AliasFreeProduct>
operator*(const SparseMatrixBase<OtherDerived> &other) const;
// sparse * dense