v2.0.0
Loading...
Searching...
No Matches
src
libraries
fwd
fwd_bem_solution.cpp
Go to the documentation of this file.
1
//=============================================================================================================
14
15
//=============================================================================================================
16
// INCLUDES
17
//=============================================================================================================
18
19
#include "
fwd_bem_solution.h
"
20
21
//=============================================================================================================
22
// USED NAMESPACES
23
//=============================================================================================================
24
25
using namespace
Eigen;
26
using namespace
FWDLIB
;
27
28
//=============================================================================================================
29
// DEFINE MEMBER METHODS
30
//=============================================================================================================
31
32
FwdBemSolution::FwdBemSolution
()
33
:
ncoil
(0)
34
,
np
(0)
35
{
36
}
37
38
//=============================================================================================================
39
40
FwdBemSolution::~FwdBemSolution
()
41
{
42
}
fwd_bem_solution.h
Per-sensor projection matrix that turns BEM node potentials into MEG coil readings or EEG electrode v...
FWDLIB
Forward modelling — BEM solver, spherical models, sensor/coil definitions and the lead-field assembly...
Definition
compute_fwd.h:83
FWDLIB::FwdBemSolution::ncoil
int ncoil
Definition
fwd_bem_solution.h:82
FWDLIB::FwdBemSolution::np
int np
Definition
fwd_bem_solution.h:83
FWDLIB::FwdBemSolution::FwdBemSolution
FwdBemSolution()
Definition
fwd_bem_solution.cpp:32
FWDLIB::FwdBemSolution::~FwdBemSolution
~FwdBemSolution()
Definition
fwd_bem_solution.cpp:40
Generated on
for MNE-CPP by
1.16.1