Package | Description |
---|---|
neurord.numeric.grid |
SteppedStochasticCalc contains the particle number based calculation with fixed timesteps
where a number of diffusion events and reactions is generated for each reaction, volume and
volume-volume connection at each timestep.
|
neurord.numeric.math |
Just some linear algebra.
|
neurord.numeric.stochastic |
These are the functions for the innner loops of the calculation.
|
Modifier and Type | Method and Description |
---|---|
static NextEventQueue |
NextEventQueue.create(int[][] particles,
RandomGenerator random,
StepGenerator stepper,
VolumeGrid grid,
ReactionTable rtab,
StimulationTable stimtab,
boolean adaptive,
double tolerance,
double leap_min_jump,
boolean verbose,
String statistics) |
Constructor and Description |
---|
NextEventQueue(RandomGenerator random,
StepGenerator stepper,
int[][] particles,
boolean adaptive,
double tolerance,
double leap_min_jump)
Use create() instead, this is public only for testing.
|
Modifier and Type | Class and Description |
---|---|
class |
MersenneTwister |
Modifier and Type | Field and Description |
---|---|
protected RandomGenerator |
Binomial.randomGenerator |
protected RandomGenerator |
Poisson.randomGenerator |
Constructor and Description |
---|
Binomial(RandomGenerator randomGenerator)
Constructs a binomial distribution.
|
Poisson(RandomGenerator randomGenerator)
Constructs a poisson distribution.
|
Constructor and Description |
---|
StepGenerator(RandomGenerator random) |
Copyright © 2016. All rights reserved.