From 186ec1437cc59414ff7539cb06637c8de2be2ee9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Oct 2015 22:06:49 +0200 Subject: Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENERIC_PUBLIC_INTERFACE --- unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unsupported') diff --git a/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h b/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h index 54e0c5d63..037a13f86 100644 --- a/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +++ b/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h @@ -56,6 +56,8 @@ template class DynamicSparseMatrix : public SparseMatrixBase > { + typedef SparseMatrixBase Base; + using Base::convert_index; public: EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix) // FIXME: why are these operator already alvailable ??? -- cgit v1.2.3