Pre-computed inverse operator (whitened SVD of the forward model) for MNE/dSPM/sLORETA. More...
#include "mne_global.h"#include "mne_source_spaces.h"#include "mne_forward_solution.h"#include <fiff/fiff_types.h>#include <fiff/fiff_named_matrix.h>#include <fiff/fiff_proj.h>#include <fiff/fiff_cov.h>#include <fiff/fiff_info.h>#include <Eigen/Core>#include <QList>

Go to the source code of this file.
Classes | |
| struct | MNELIB::RegionMTOut |
| Output of a multi-threaded KMeans clustering step for a single cortical region. More... | |
| struct | MNELIB::RegionMT |
| Input parameters for multi-threaded KMeans clustering on a single cortical region. More... | |
| class | MNELIB::MNEInverseOperator |
| MNE-style inverse operator. More... | |
Namespaces | |
| namespace | FSLIB |
| FreeSurfer surface, annotation and parcellation I/O for mne-cpp. | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Macros | |
| #define | metatype_mneinverseoperatorsptr |
| #define | metatype_mneinverseoperators |
Functions | |
| std::ostream & | MNELIB::operator<< (std::ostream &out, const MNEInverseOperator &inv) |
| Q_DECLARE_METATYPE (QSharedPointer< MNELIB::MNEInverseOperator >) | |
| Q_DECLARE_METATYPE (MNELIB::MNEInverseOperator) | |
Pre-computed inverse operator (whitened SVD of the forward model) for MNE/dSPM/sLORETA.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
MNELIB::MNEInverseOperator is the C++ port of -inv.fif: it stores the noise covariance, the source covariance, the orientation priors and the left/right singular vectors needed to assemble the Tikhonov-regularised inverse for a given SNR and method (MNE, dSPM, sLORETA). It composes the forward solution (MNEForwardSolution), covariance (FIFFLIB::FiffCov) and source space (MNESourceSpaces) into a single object that MNELIB::MinimumNorm in INVERSELIB consumes to produce MNESourceEstimate time courses.
Definition in file mne_inverse_operator.h.
| #define metatype_mneinverseoperators |
Definition at line 413 of file mne_inverse_operator.h.
| #define metatype_mneinverseoperatorsptr |
Definition at line 408 of file mne_inverse_operator.h.
| Q_DECLARE_METATYPE | ( | MNELIB::MNEInverseOperator | ) |
Provides QT META type declaration of the MNELIB::MNEInverseOperator type. For signal/slot usage.
| Q_DECLARE_METATYPE | ( | QSharedPointer< MNELIB::MNEInverseOperator > | ) |
Provides QT META type declaration of the QSharedPointer<MNELIB::MNEInverseOperator> type. For signal/slot usage.