73#define NOT_TRANSPOSED 0
74#define IS_TRANSPOSED 1
137 static void PowellIdxVec(
int p_iRow,
int p_iNumPoints, Eigen::VectorXi& p_pVecElements);
139 virtual const char*
getName()
const;
MNEForwardSolution class declaration, which provides the forward solution including the source space ...
MNESourceEstimate class declaration.
RapMusic algorithm class declaration.
inverse library export/import macros.
#define INVERSESHARED_EXPORT
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Pair of correlated dipole indices and orientations found by the RAP MUSIC scanning step.
virtual const char * getName() const
static void PowellIdxVec(int p_iRow, int p_iNumPoints, Eigen::VectorXi &p_pVecElements)
virtual MNELIB::MNESourceEstimate calculateInverse(const FIFFLIB::FiffEvoked &p_fiffEvoked, bool pick_normal=false)
virtual MNELIB::MNESourceEstimate calculateInverse(const Eigen::MatrixXd &data, float tmin, float tstep) const
static int PowellOffset(int p_iRow, int p_iNumPoints)
virtual MNELIB::MNESourceEstimate calculateInverse(const Eigen::MatrixXd &p_matMeasurement, QList< DipolePair< double > > &p_RapDipoles) const