Container for the working tensors of an MNE inverse computation (whitened residuals, source-time matrices). More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNEMneData |
| Data associated with MNE computations for each mneMeasDataSet. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Container for the working tensors of an MNE inverse computation (whitened residuals, source-time matrices).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNEMneData ports the mneMneDataRec struct and is the scratchpad shared between prepare_inverse_operator and the per-tstep solver inside MNELIB::MinimumNorm. It stores the whitened data, the SVD-rotated residuals and the resulting source time courses without allocating per call, which matters for raw-data inverse application over long recordings.
Definition in file mne_mne_data.h.