Replace array_ext / vector_ext with Eigen
Add a new library array_ops
that replaces the functionality from array_ext and is used throughout the repository.
In contrast to array_ext
, array_ops
should outsource as much as possible to the Eigen library.
Open tasks:
-
Push latest state. -
Code review.
Edited by brgerhar