Uses of Enum
jline.lib.m3a.M3aCompressMethod
Packages that use M3aCompressMethod
Package
Description
Port of M3A library for matrix-based moment matching approximation algorithms.
-
Uses of M3aCompressMethod in jline.lib.m3a
Methods in jline.lib.m3a that return M3aCompressMethodModifier and TypeMethodDescriptionM3aCompressOptions.getMethod()static M3aCompressMethodReturns the enum constant of this type with the specified name.static M3aCompressMethod[]M3aCompressMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jline.lib.m3a with parameters of type M3aCompressMethodModifierConstructorDescriptionM3aCompressOptions(M3aCompressMethod method, int numStates, boolean verbose)