v2.0.0
Loading...
Searching...
No Matches
mne_named_matrix.h File Reference

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>
Include dependency graph for mne_named_matrix.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

Row/column-labelled dense matrix used wherever FIFF stores per-channel data.

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.0.0
Date
March 2026

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.