Row/column-labelled dense matrix used wherever FIFF stores per-channel data. More...
#include "mne_global.h"#include <Eigen/Core>#include <memory>#include <QSharedPointer>#include <QStringList>

Go to the source code of this file.
Classes | |
| class | MNELIB::MNENamedMatrix |
| A dense matrix with named rows and columns. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Row/column-labelled dense matrix used wherever FIFF stores per-channel data.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNENamedMatrix is the C++ port of fiff_named_matrix: an Eigen dense matrix carrying explicit QStringList row and column names. Leadfields, SSP vectors, CTF compensators and many derived matrices are stored in this form so callers can re-order or subset by channel name without depending on positional indices.
Definition in file mne_named_matrix.h.