Lightweight pairwise source-connectivity container that travels alongside a source estimate. More...
#include <string>#include <Eigen/Core>

Go to the source code of this file.
Classes | |
| struct | INVLIB::InvConnectivity |
| Pairwise source connectivity matrix with measure, directionality, and frequency/time metadata. More... | |
Namespaces | |
| namespace | INVLIB |
| Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting). | |
Lightweight pairwise source-connectivity container that travels alongside a source estimate.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
INVLIB::InvConnectivity stores one N×N connectivity matrix between source-space grid points together with its measure name (coherence, imCoh, PLV, PLI, wPLI, Granger, PDC, DTF, ...), direction flag and frequency/time window. The struct is deliberately decoupled from the connectivity library so an InvSourceEstimate can carry multiple connectivity layers (one per band / window) without pulling in the full CONNECTIVITY graph machinery.
Definition in file inv_connectivity.h.