Package libTI2 :: Package solvers :: Module csolver :: Class csolver
[hide private]
[frames] | no frames]

Class csolver

source code


docstring for csolver

Instance Methods [hide private]
 
__init__(self, species, species_values, differential_equations, signalling, precision=1e-10, stepsize=1e-05)
If the signalling flag is set, simulation will be performed twice to get the AUC and other signal characteristica.
source code
 
cleanequationstring(self) source code
 
filetostring(self) source code
 
tofile(self, filename) source code
 
solve(self, filename=None) source code
 
random_filename(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, species, species_values, differential_equations, signalling, precision=1e-10, stepsize=1e-05)
(Constructor)

source code 

If the signalling flag is set, simulation will be performed twice to get the AUC and other signal characteristica.

Overrides: object.__init__