Uses of Class
jline.lib.butools.mam.GeneralFluidSolution
Packages that use GeneralFluidSolution
Package
Description
Package containing Matrix-Analytic Methods (MAM) solvers.
-
Uses of GeneralFluidSolution in jline.lib.butools.mam
Methods in jline.lib.butools.mam that return GeneralFluidSolutionModifier and TypeMethodDescriptionstatic GeneralFluidSolutionGeneralFluidSolve.generalFluidSolve(Matrix Q, Matrix R) static GeneralFluidSolutionGeneralFluidSolve.generalFluidSolve(Matrix Q, Matrix R, Matrix Q0) static GeneralFluidSolutionGeneralFluidSolve.generalFluidSolve(Matrix Q, Matrix R, Matrix Q0, double prec) Returns the parameters of the matrix-exponentially distributed stationary distribution of a general Markovian fluid model. -
Uses of GeneralFluidSolution in jline.lib.butools.queues
Methods in jline.lib.butools.queues that return GeneralFluidSolutionModifier and TypeMethodDescriptionFluFluResult.getFluidSolution()FluFluResult.getSojournSolution()Constructors in jline.lib.butools.queues with parameters of type GeneralFluidSolutionModifierConstructorDescriptionFluFluResult(GeneralFluidSolution fluidSolution, GeneralFluidSolution sojournSolution, double[] fluidMoments, double[] sojournMoments, double lambda, double mu)