Remove unused typedef.

This commit is contained in:
Rasmus Munk Larsen 2022-09-23 19:11:31 +00:00
parent ed8cda3ce4
commit 3c4637640b

View File

@ -167,7 +167,6 @@ void check_marketio_dense()
template <typename Scalar>
void check_sparse_inverse() {
typedef SparseMatrix<Scalar> MatrixType;
typedef SparseMatrix<Scalar, RowMajor> RowMatrixType;
Matrix<Scalar, -1, -1> A;
A.resize(1000, 1000);