v2.0.0
Loading...
Searching...
No Matches
FWDLIB::FwdBemSolution Class Reference

Mapping from infinite medium potentials to a particular set of coils or electrodes. More...

#include <fwd_bem_solution.h>

Public Types

typedef std::unique_ptr< FwdBemSolutionUPtr

Public Member Functions

 FwdBemSolution ()
 ~FwdBemSolution ()

Public Attributes

Eigen::MatrixXf solution
int ncoil
int np

Detailed Description

Mapping from infinite medium potentials to a particular set of coils or electrodes.

Implements a Forward BEM Solution (Replaces *fwdBemSolution,fwdBemSolutionRec; struct of MNE-C fwd_types.h).

Definition at line 71 of file fwd_bem_solution.h.

Member Typedef Documentation

◆ UPtr

typedef std::unique_ptr<FwdBemSolution> FWDLIB::FwdBemSolution::UPtr

Unique pointer type for FwdBemSolution.

Definition at line 74 of file fwd_bem_solution.h.

Constructor & Destructor Documentation

◆ FwdBemSolution()

FwdBemSolution::FwdBemSolution ( )

Constructs the Forward BEM Solution

Definition at line 54 of file fwd_bem_solution.cpp.

◆ ~FwdBemSolution()

FwdBemSolution::~FwdBemSolution ( )

Destroys the Forward BEM Solution

Definition at line 62 of file fwd_bem_solution.cpp.

Member Data Documentation

◆ ncoil

int FWDLIB::FwdBemSolution::ncoil

Number of sensors.

Definition at line 90 of file fwd_bem_solution.h.

◆ np

int FWDLIB::FwdBemSolution::np

Number of potential solution points.

Definition at line 91 of file fwd_bem_solution.h.

◆ solution

Eigen::MatrixXf FWDLIB::FwdBemSolution::solution

Solution matrix (ncoil x np).

Definition at line 89 of file fwd_bem_solution.h.


The documentation for this class was generated from the following files: