Uses of Enum
jline.lib.butools.mam.GM1FundamentalMatrix.GM1Method
Packages that use GM1FundamentalMatrix.GM1Method
-
Uses of GM1FundamentalMatrix.GM1Method in jline.lib.butools.mam
Methods in jline.lib.butools.mam that return GM1FundamentalMatrix.GM1MethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GM1FundamentalMatrix.GM1Method[]GM1FundamentalMatrix.GM1Method.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 GM1FundamentalMatrix.GM1MethodModifier and TypeMethodDescriptionstatic MatrixGM1FundamentalMatrix.gm1FundamentalMatrix(List<Matrix> A, double precision, int maxNumIt, GM1FundamentalMatrix.GM1Method method) Returns matrix R corresponding to the G/M/1 type Markov chain given by matrices A.