24#ifndef INV_GAMMA_MAP_H
25#define INV_GAMMA_MAP_H
92 const Eigen::MatrixXd& matGain,
93 const Eigen::MatrixXd& matData,
94 const Eigen::MatrixXd& matNoiseCov,
95 int nIterations = 100,
96 double tolerance = 1e-6,
97 double gammaThreshold = 1e-10);
InvSourceEstimate value type — central source-space data container produced by every INVLIB inverse s...
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
Source-space inverse-solution container with dense grid plus optional focal-dipole,...
QVector< int > activeVertices
Gamma-MAP sparse inverse solver.
static InvGammaMapResult compute(const Eigen::MatrixXd &matGain, const Eigen::MatrixXd &matData, const Eigen::MatrixXd &matNoiseCov, int nIterations=100, double tolerance=1e-6, double gammaThreshold=1e-10)