Package | Description |
---|---|
neurord.model |
These classes represent the model as it is stored in the input files.
|
neurord.numeric | |
neurord.numeric.chem |
Species and reactions
|
neurord.numeric.stochastic |
These are the functions for the innner loops of the calculation.
|
Modifier and Type | Method and Description |
---|---|
BaseCalc.distribution_t |
InjectionStim.getDistribution() |
Modifier and Type | Method and Description |
---|---|
static BaseCalc.distribution_t |
BaseCalc.distribution_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseCalc.distribution_t[] |
BaseCalc.distribution_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
BaseCalc.distribution_t |
StimulationTable.Stimulation.distribution |
Constructor and Description |
---|
Stimulation(int species,
String site,
BaseCalc.distribution_t distribution,
int train,
double rate,
double onset,
double duration,
double iti,
double period,
double end) |
Modifier and Type | Field and Description |
---|---|
BaseCalc.distribution_t |
NGoTable.mode |
Constructor and Description |
---|
NGoTable(int n,
double lnp,
BaseCalc.distribution_t mode) |
Copyright © 2020. All rights reserved.