v2.0.0
Loading...
Searching...
No Matches
compute_fwd.cpp File Reference

ComputeFwd implementation — orchestrates source-space, BEM/sphere model, coil-set and compensation initialisation, then assembles the lead-field matrix G column by column via the parallel dipole loop. More...

#include "compute_fwd.h"
#include <mne/mne_forward_solution.h>
#include <fiff/fiff_stream.h>
#include <fiff/fiff_info.h>
#include <QCoreApplication>
#include <QFile>
#include <QTextStream>
Include dependency graph for compute_fwd.cpp:

Go to the source code of this file.

Variables

constexpr int FAIL = -1
constexpr int OK = 0
constexpr int X = 0
constexpr int Y = 1
constexpr int Z = 2

Detailed Description

ComputeFwd implementation — orchestrates source-space, BEM/sphere model, coil-set and compensation initialisation, then assembles the lead-field matrix G column by column via the parallel dipole loop.

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

Definition in file compute_fwd.cpp.

Variable Documentation

◆ FAIL

int FAIL = -1
constexpr

Definition at line 44 of file compute_fwd.cpp.

◆ OK

int OK = 0
constexpr

Definition at line 45 of file compute_fwd.cpp.

◆ X

int X = 0
constexpr

Definition at line 47 of file compute_fwd.cpp.

◆ Y

int Y = 1
constexpr

Definition at line 48 of file compute_fwd.cpp.

◆ Z

int Z = 2
constexpr

Definition at line 49 of file compute_fwd.cpp.