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

Implementation of MNELIB::MNEProjOp. More...

#include <fiff/fiff_constants.h>
#include <fiff/fiff_tag.h>
#include "mne_proj_op.h"
#include "mne_proj_item.h"
#include "mne_cov_matrix.h"
#include "mne_named_vector.h"
#include "mne_named_matrix.h"
#include <QFile>
#include <QTextStream>
#include <QDebug>
#include <Eigen/Core>
#include <Eigen/SVD>
#include <vector>
Include dependency graph for mne_proj_op.cpp:

Go to the source code of this file.

Variables

constexpr int FAIL = -1
constexpr int OK = 0

Detailed Description

Implementation of MNELIB::MNEProjOp.

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

Implements list management, the orthonormalisation that turns the user-supplied SSP vectors into a projector and the in-place application to dense matrices or MNELIB::MNENamedMatrix instances.

Definition in file mne_proj_op.cpp.

Variable Documentation

◆ FAIL

int FAIL = -1
constexpr

Definition at line 39 of file mne_proj_op.cpp.

◆ OK

int OK = 0
constexpr

Definition at line 40 of file mne_proj_op.cpp.