Result structure for the TF-MxNE solver. More...
#include <inv_tf_mxne.h>
Public Attributes | |
| InvSourceEstimate | stc |
| QVector< int > | activeVertices |
| int | nIterations = 0 |
| double | residualNorm = 0.0 |
| Eigen::MatrixXd | tfCoefficients |
Result structure for the TF-MxNE solver.
Definition at line 62 of file inv_tf_mxne.h.
| QVector<int> INVLIB::InvTfMxneResult::activeVertices |
Indices of active sources.
Definition at line 65 of file inv_tf_mxne.h.
| int INVLIB::InvTfMxneResult::nIterations = 0 |
Number of iterations performed.
Definition at line 66 of file inv_tf_mxne.h.
| double INVLIB::InvTfMxneResult::residualNorm = 0.0 |
Final residual norm.
Definition at line 67 of file inv_tf_mxne.h.
| InvSourceEstimate INVLIB::InvTfMxneResult::stc |
Sparse source estimate (time domain).
Definition at line 64 of file inv_tf_mxne.h.
| Eigen::MatrixXd INVLIB::InvTfMxneResult::tfCoefficients |
Time-frequency coefficients of active sources (n_active*n_freqs × n_times).
Definition at line 68 of file inv_tf_mxne.h.