CoreNEURON
|
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) |
using coreneuron::lfputils::DoublePtr = typedef double* |
using coreneuron::lfputils::Point3D = typedef std::array<double, 3> |
using coreneuron::lfputils::Point3Ds = typedef std::vector<Point3D> |
|
inline |