aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Sparse/SparseMatrix.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-11-15 14:14:05 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-11-15 14:14:05 +0100
commit9a3ec637ff75a557f3c96103757cffb2862b4e55 (patch)
tree5b8404a5033ccd08bebb5a105a4caac26b8412a0 /Eigen/src/Sparse/SparseMatrix.h
parent5a3a229550fb710d7e29ffed848c8317d0796e78 (diff)
new feature: copy from a sparse selfadjoint view to a full sparse matrix
Diffstat (limited to 'Eigen/src/Sparse/SparseMatrix.h')
-rw-r--r--Eigen/src/Sparse/SparseMatrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Sparse/SparseMatrix.h b/Eigen/src/Sparse/SparseMatrix.h
index 38e810725..4fa5d5e33 100644
--- a/Eigen/src/Sparse/SparseMatrix.h
+++ b/Eigen/src/Sparse/SparseMatrix.h
@@ -69,6 +69,7 @@ class SparseMatrix
{
public:
EIGEN_SPARSE_PUBLIC_INTERFACE(SparseMatrix)
+ using Base::operator=;
EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(SparseMatrix, +=)
EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(SparseMatrix, -=)
// FIXME: why are these operator already alvailable ???