mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-29 00:02:40 +08:00
Remove unused typedef.
This commit is contained in:
parent
ed8cda3ce4
commit
3c4637640b
@ -167,8 +167,7 @@ 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);
|
||||
A.fill(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user