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>
Go to the source code of this file.
Variables | |
| constexpr int | FAIL = -1 |
| constexpr int | OK = 0 |
Implementation of MNELIB::MNEProjOp.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
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.
|
constexpr |
Definition at line 39 of file mne_proj_op.cpp.
|
constexpr |
Definition at line 40 of file mne_proj_op.cpp.