Sparse variant of MNELIB::MNENamedMatrix backed by an Eigen SparseMatrix.
More...
#include "mne_global.h"#include <fiff/fiff_sparse_matrix.h>#include <QStringList>#include <memory>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNESparseNamedMatrix |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Sparse variant of MNELIB::MNENamedMatrix backed by an Eigen SparseMatrix.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
Used by inverse operators and clustering machinery where the gain or projection matrix is dominated by zero columns (clustered leadfield, label-restricted projections). Preserves the row/column name lists of the dense flavour so the same channel-name lookups continue to work.
Definition in file mne_sparse_named_matrix.h.