Uses of Enum
jline.lib.butools.mam.MG1FundamentalMatrix.MG1Method
Packages that use MG1FundamentalMatrix.MG1Method
-
Uses of MG1FundamentalMatrix.MG1Method in jline.lib.butools.mam
Methods in jline.lib.butools.mam that return MG1FundamentalMatrix.MG1MethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MG1FundamentalMatrix.MG1Method[]MG1FundamentalMatrix.MG1Method.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jline.lib.butools.mam with parameters of type MG1FundamentalMatrix.MG1MethodModifier and TypeMethodDescriptionstatic MatrixMG1FundamentalMatrix.mg1FundamentalMatrix(List<Matrix> A, double precision, int maxNumIt, MG1FundamentalMatrix.MG1Method method) Returns matrix G corresponding to the M/G/1 type Markov chain defined by matrices A.