36 #ifndef MNECORSOURCEESTIMATE_H
37 #define MNECORSOURCEESTIMATE_H
44 #include "mne_global.h"
53 #include <Eigen/SparseCore>
79 using namespace Eigen;
114 MNECorSourceEstimate(
const MatrixXd &p_sol,
const VectorXi &p_vertices,
float p_tmin,
float p_tstep);
160 bool write(QIODevice &p_IODevice);
173 SparseMatrix<float> m_matCorrelations;
185 #endif // MNECORSOURCEESTIMATE_H
Correlated source estimation.
MNESourceEstimate class declaration.