CoreNEURON
coreneuron::lfputils Namespace Reference

Typedefs

using Point3D = std::array< double, 3 >
 
using Point3Ds = std::vector< Point3D >
 
using DoublePtr = double *
 

Functions

double line_source_lfp_factor (const Point3D &e_pos, const Point3D &seg_0, const Point3D &seg_1, const double radius, const double f)
 
double dot (const Point3D &p1, const Point3D &p2)
 
double norm (const Point3D &p1)
 
Point3D barycenter (const Point3D &p1, const Point3D &p2)
 
Point3D paxpy (const Point3D &p1, const double alpha, const Point3D &p2)
 
double point_source_lfp_factor (const Point3D &e_pos, const Point3D &seg_pos, const double radius, const double f)
 

Typedef Documentation

◆ DoublePtr

using coreneuron::lfputils::DoublePtr = typedef double*

Definition at line 16 of file lfp.hpp.

◆ Point3D

using coreneuron::lfputils::Point3D = typedef std::array<double, 3>

Definition at line 14 of file lfp.hpp.

◆ Point3Ds

using coreneuron::lfputils::Point3Ds = typedef std::vector<Point3D>

Definition at line 15 of file lfp.hpp.

Function Documentation

◆ barycenter()

Point3D coreneuron::lfputils::barycenter ( const Point3D p1,
const Point3D p2 
)
inline

Definition at line 26 of file lfp.hpp.

◆ dot()

double coreneuron::lfputils::dot ( const Point3D p1,
const Point3D p2 
)
inline

Definition at line 18 of file lfp.hpp.

◆ line_source_lfp_factor()

double coreneuron::lfputils::line_source_lfp_factor ( const Point3D e_pos,
const Point3D seg_0,
const Point3D seg_1,
const double  radius,
const double  f 
)
Parameters
e_poselectrode position
seg_possegment position
radiussegment radius
fconductivity factor 1/([4 pi] * [conductivity])
Returns
Resistance of the medium from the segment to the electrode.

Definition at line 12 of file lfp.cpp.

◆ norm()

double coreneuron::lfputils::norm ( const Point3D p1)
inline

Definition at line 22 of file lfp.hpp.

◆ paxpy()

Point3D coreneuron::lfputils::paxpy ( const Point3D p1,
const double  alpha,
const Point3D p2 
)
inline

Definition at line 30 of file lfp.hpp.

◆ point_source_lfp_factor()

double coreneuron::lfputils::point_source_lfp_factor ( const Point3D e_pos,
const Point3D seg_pos,
const double  radius,
const double  f 
)
inline
Parameters
e_poselectrode position
seg_possegment position
radiussegment radius
doubleconductivity factor 1/([4 pi] * [conductivity])
Returns
Resistance of the medium from the segment to the electrode.

Definition at line 42 of file lfp.hpp.