#define EIGEN_USE_MKL_ALL #include #include #include #include "common/ceMatchedFilterHandling.h" #include "MatlabReader.h" #include "startReconstructions.h" int main() { Recon::startReconstructions(); return 0; }