35 #ifndef CROSSCORRELATION_H
36 #define CROSSCORRELATION_H
42 #include "../connectivity_global.h"
45 #include "../connectivitysettings.h"
51 #include <QSharedPointer>
68 namespace CONNECTIVITYLIB {
86 typedef QSharedPointer<CrossCorrelation>
SPtr;
87 typedef QSharedPointer<const CrossCorrelation>
ConstSPtr;
117 Eigen::MatrixXd& matDist,
120 const QPair<Eigen::MatrixXd, Eigen::VectorXd>& tapers);
128 #endif // CROSSCORRELATION_H