Remove unused declarations of BLAS/LAPACK routines
Reference issue
What does this implement/fix?
This MR does two things:
- Copy
Eigen/src/misc/{blas,lapack}.hto{blas,lapack}/respectively, and update the relevant#include's. - Remove unused declarations of BLAS/LAPACK routines from the original headers so that fixing signature conflicts with third-party headers will be much easier.
-
Eigen/src/misc/lapack.his removed as it is no longer referenced.
-
Additional information
Edited by unageek