Uses of Class
jline.solvers.fluid.petri.PetriSystem.Theta
Packages that use PetriSystem.Theta
-
Uses of PetriSystem.Theta in jline.solvers.fluid.petri
Methods in jline.solvers.fluid.petri that return PetriSystem.ThetaModifier and TypeMethodDescriptionstatic PetriSystem.ThetaPetriSystem.theta(PetriTerms t, double[] x, double[] s2) The closed enabling term of every mode, and its derivative.Methods in jline.solvers.fluid.petri with parameters of type PetriSystem.ThetaModifier and TypeMethodDescriptionstatic MatrixPetriSystem.jacobian(PetriTerms t, PetriSystem.Theta th) Drift Jacobian A = D * dR/dX.static double[]PetriSystem.rates(PetriTerms t, double[] x, double[] phi, double[] mu, PetriSystem.Theta th) The rate of every event column.