Add support for Apple's Accelerate sparse matrix solvers

This commit is contained in:
John Mather
2022-03-08 00:09:18 +00:00
committed by Rasmus Munk Larsen
parent 008ff3483a
commit 3a9d404d76
8 changed files with 702 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
#ifndef EIGEN_ACCELERATESUPPORT_MODULE_H
#error "Please include Eigen/AccelerateSupport instead of including headers inside the src directory directly."
#endif