Remove eigen/typeAliases.hpp
The header file eigen/typeAliases.hpp
was introduced to ease working with Eigen matrices/vectors with scalar type real_t
.
It was later obsoleted by refactors to hyteg's Matrix
and PointND
types.
This MR removes the obsolete header, replacing all occurrences of Eigen::(Matrix|Vector).r\b
by their respective hyteg classes.
Note that additional typedefs for MatrixXr
and VectorXr
are added to types/Matrix.hpp
because they are used in solvers/GMRESSolver.hpp
.
See also https://i10git.cs.fau.de/terraneo/hyteg-form-generator/-/merge_requests/25.
Edited by Daniel Bauer