Skip to content

Conversation

@rmlarsen
Copy link
Owner

Replace usage of deprecated Eigen class MappedSparseMatrix.

Description

Eigen::MappedSparseMatrix has been deprecated since Eigen 3.3 from 2016. Use the equivalent modern syntax Eigen::Map<Eigen::SparseMatrix<...>>.

Suggested changelog entry:

The deprecated class was removed on the Eigen master branch in:

https://gitlab.com/libeigen/eigen/-/commit/7e586635ba85ba926ba3148f8d14beca3535f970

Eigen::MappedSparseMatrix has been deprecated since Eigen 3.3 from 2016. Use the equivalent modern syntax Eigen::Map<Eigen::SparseMatrix<...>>.
@rmlarsen rmlarsen merged commit 22e3281 into master Nov 22, 2021
@rmlarsen rmlarsen deleted the rmlarsen-eigen_mappedsparsematrix branch November 22, 2021 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants