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,8 +167,7 @@ void check_marketio_dense()
template <typename Scalar> template <typename Scalar>
void check_sparse_inverse() { void check_sparse_inverse() {
typedef SparseMatrix<Scalar> MatrixType; typedef SparseMatrix<Scalar> MatrixType;
typedef SparseMatrix<Scalar, RowMajor> RowMatrixType;
Matrix<Scalar, -1, -1> A; Matrix<Scalar, -1, -1> A;
A.resize(1000, 1000); A.resize(1000, 1000);
A.fill(0); A.fill(0);