17 lines
258 B
C++
17 lines
258 B
C++
#define EIGEN_USE_MKL_ALL
|
|
|
|
#include <iostream>
|
|
#include <algorithm>
|
|
|
|
|
|
#include <complex>
|
|
|
|
#include "common/ceMatchedFilterHandling.h"
|
|
#include "MatlabReader.h"
|
|
#include "startReconstructions.h"
|
|
int main()
|
|
{
|
|
Recon::startReconstructions();
|
|
return 0;
|
|
}
|