NEURON
equation.h File Reference

Go to the source code of this file.

Functions

void hoc_eqn_name (void)
 
void hoc_eqn_init (void)
 
void hoc_eqn_lhs (void)
 
void hoc_eqn_rhs (void)
 
void hoc_dep_make (void)
 

Variables

int hoc_do_equation
 
int * hoc_access
 
int hoc_var_access
 

Function Documentation

◆ hoc_dep_make()

void hoc_dep_make ( void  )

Definition at line 21 of file nonlin.cpp.

◆ hoc_eqn_init()

void hoc_eqn_init ( void  )

◆ hoc_eqn_lhs()

void hoc_eqn_lhs ( void  )

◆ hoc_eqn_name()

void hoc_eqn_name ( void  )

◆ hoc_eqn_rhs()

void hoc_eqn_rhs ( void  )

Variable Documentation

◆ hoc_access

int* hoc_access
extern

Definition at line 12 of file nonlin.cpp.

◆ hoc_do_equation

int hoc_do_equation
extern

Definition at line 11 of file nonlin.cpp.

◆ hoc_var_access

int hoc_var_access
extern

Definition at line 13 of file nonlin.cpp.