Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ndarray
-
Labels:
-
Story Points:10
-
Epic Link:
-
Team:Alert Production
Description
Add ndarray::asEigenArray(array) and asEigenMatrix(array) which return Eigen::Map.
Also make it possible (or automatic) to eliminate ndarray::Array::asEigen and ndarray::EigenView when building against a more modern version of Eigen.
This is to help LSST upgrade Eigen, which will probably require eliminating our use of ndarray::EigenView.