Unverified Commit 70a58c57 authored by Rasmus Munk Larsen's avatar Rasmus Munk Larsen Committed by GitHub
Browse files

Replace usage of deprecated Eigen class MappedSparseMatrix. (#3499)

* Replace usage of deprecated Eigen class

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

* Update eigen.h

* Update eigen.h
parent fe65693c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment