43 #include "../inverse_global.h"
87 #define NOT_TRANSPOSED 0
88 #define IS_TRANSPOSED 1
90 //=============================================================================================================
145 virtual MNESourceEstimate calculateInverse(
const MatrixXd &data,
float tmin,
float tstep)
const;
149 static int PowellOffset(
int p_iRow,
int p_iNumPoints);
151 static void PowellIdxVec(
int p_iRow,
int p_iNumPoints, Eigen::VectorXi& p_pVecElements);
153 virtual const char* getName()
const;
164 #endif // PWLRAPMUSIC_H
MNEForwardSolution class declaration, which provides the forward solution including the source space ...
#define INVERSESHARED_EXPORT
RapMusic algorithm class declaration.
MNESourceEstimate class declaration.
The RapMusic class provides the RAP MUSIC Algorithm CPU implementation. ToDo: Paper references...
The PwlRapMusic class provides the POWELL RAP MUSIC Algorithm CPU implementation. ToDo: Paper referen...