NEURON
Extnode Struct Reference

#include <section_fwd.hpp>

Public Attributes

std::vector< neuron::container::data_handle< double > > param {}
 
double * v
 
double * _a
 
double * _b
 
double ** _d
 
double ** _rhs
 
double ** _a_matelm
 
double ** _b_matelm
 
double ** _x12
 
double ** _x21
 

Detailed Description

Definition at line 32 of file section_fwd.hpp.

Member Data Documentation

◆ _a

double* Extnode::_a

Definition at line 41 of file section_fwd.hpp.

◆ _a_matelm

double** Extnode::_a_matelm

Definition at line 45 of file section_fwd.hpp.

◆ _b

double* Extnode::_b

Definition at line 42 of file section_fwd.hpp.

◆ _b_matelm

double** Extnode::_b_matelm

Definition at line 46 of file section_fwd.hpp.

◆ _d

double** Extnode::_d

Definition at line 43 of file section_fwd.hpp.

◆ _rhs

double** Extnode::_rhs

Definition at line 44 of file section_fwd.hpp.

◆ _x12

double** Extnode::_x12

Definition at line 47 of file section_fwd.hpp.

◆ _x21

double** Extnode::_x21

Definition at line 48 of file section_fwd.hpp.

◆ param

std::vector<neuron::container::data_handle<double> > Extnode::param {}

Definition at line 33 of file section_fwd.hpp.

◆ v

double* Extnode::v

Definition at line 40 of file section_fwd.hpp.


The documentation for this struct was generated from the following file: