new feature: copy from a sparse selfadjoint view to a full sparse matrix

This commit is contained in:
Gael Guennebaud
2010-11-15 14:14:05 +01:00
parent 5a3a229550
commit 9a3ec637ff
5 changed files with 104 additions and 4 deletions

View File

@@ -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 ???