diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp index 7a07bf5a3..4a1f93861 100644 --- a/unsupported/test/sparse_extra.cpp +++ b/unsupported/test/sparse_extra.cpp @@ -167,8 +167,7 @@ void check_marketio_dense() template void check_sparse_inverse() { typedef SparseMatrix MatrixType; - typedef SparseMatrix RowMatrixType; - + Matrix A; A.resize(1000, 1000); A.fill(0);