Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, for it does not provide an InnerIterator.

This commit is contained in:
Chen-Pang He
2012-10-25 02:09:48 +08:00
parent 204a09cb82
commit 8321b7ae74
4 changed files with 23 additions and 31 deletions

View File

@@ -282,8 +282,6 @@ struct stem_function
};
}
// KroneckerProduct module
template<typename Lhs, typename Rhs> class KroneckerProductSparse;
#ifdef EIGEN2_SUPPORT
template<typename ExpressionType> class Cwise;