43#include "../inverse_global.h"
73#define NOT_TRANSPOSED 0
74#define IS_TRANSPOSED 1
135 static int PowellOffset(
int p_iRow,
int p_iNumPoints);
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.
#define INVERSESHARED_EXPORT
The PwlRapMusic class provides the POWELL RAP MUSIC Algorithm CPU implementation. ToDo: Paper referen...
virtual MNELIB::MNESourceEstimate calculateInverse(const Eigen::MatrixXd &data, float tmin, float tstep) const
The RapMusic class provides the RAP MUSIC Algorithm CPU implementation. ToDo: Paper references.