A B C D E F G H I J K L M N O P R S T U V X Y Z

L

lambda(List<ASTNode>) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
lambda(List<ASTNode>) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
lambdaBoolean(List<ASTNodeObject>, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
lambdaDouble(List<ASTNodeObject>, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
lastTimeExecuted - Variable in class org.simulator.sbml.EventInProcess
 
lastTimeFired - Variable in class org.simulator.sbml.EventInProcess
 
lastTimeRecovered - Variable in class org.simulator.sbml.EventInProcess
 
leftChild - Variable in class org.simulator.sbml.astnode.ASTNodeObject
The ASTNodeObject of the left child of the corresponding ASTNode
leq(ASTNodeObject, ASTNodeObject, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
leq(ASTNode, ASTNode) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
leq(ASTNode, ASTNode) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
listenerList - Variable in class org.simulator.math.odes.AbstractDESSolver
List of PropertyChangeListeners (for threading purpose)
listOfContraintsViolations - Variable in class org.simulator.sbml.SBMLinterpreter
An array, which stores for each constraint the list of times, in which the constraint was violated during the simulation.
ln(ASTNodeObject, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
ln(ASTNode) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
ln(ASTNode) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
LocalParameterValue - Class in org.simulator.sbml.astnode
This class computes and stores values of ASTNodes that refer to a local parameter.
LocalParameterValue(ASTNodeInterpreterWithTime, ASTNode, LocalParameter) - Constructor for class org.simulator.sbml.astnode.LocalParameterValue
 
log(ASTNodeObject, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
log(ASTNodeObject, ASTNodeObject, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
log(ASTNode) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
log(ASTNode, ASTNode) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
log(ASTNode) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
log(ASTNode, ASTNode) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
logger - Static variable in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
A logger.
logger - Static variable in class org.simulator.sbml.astnode.ASTNodeObject
A logger
lp - Variable in class org.simulator.sbml.astnode.LocalParameterValue
The corresponding local parameter
lt(ASTNodeObject, ASTNodeObject, double) - Method in class org.simulator.sbml.astnode.ASTNodeInterpreterWithTime
 
lt(ASTNode, ASTNode) - Method in class org.simulator.sbml.ASTNodeInterpreter
 
lt(ASTNode, ASTNode) - Method in class org.simulator.sbml.EfficientASTNodeInterpreter
 
lubksb(double[][], int[], double[]) - Static method in class org.simulator.math.MatrixOperations
Solves the set of n linear equations AX = B.
ludcmp(double[][], int[]) - Static method in class org.simulator.math.MatrixOperations
Given a matrix a[1..n][1..n], this routine replaces it by the LU decomposition of a rowwise permutation of itself. a and n are input. a is output,l arrand as in equation (2.3.14) above; indx[1..n] is an output vector that records the row permutation effected by the partial pivoting; d (return value) is output +/- 1 depending on whether the number of row interchanges was even or odd respectively.

A B C D E F G H I J K L M N O P R S T U V X Y Z