Implementation of MNELIB::MNEInverseOperator. More...
#include "mne_inverse_operator.h"#include <fs/fs_label.h>#include <math/linalg.h>#include <iostream>#include <QDebug>#include <QFuture>#include <QtConcurrent>#include <Eigen/SVD>
Go to the source code of this file.
Implementation of MNELIB::MNEInverseOperator.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
Implements FIFF read of the FIFFB_MNE_INVERSE_SOLUTION block, the prepare_inverse_operator step (whitener + SVD scaling for a given SNR / depth weighting), conversion between fixed and free orientations and the cluster-then-rebuild path used to evaluate clustered inverse solutions.
Definition in file mne_inverse_operator.cpp.