Uses of Enum Class
org.episteme.core.mathematics.context.ComputeMode
Packages that use ComputeMode
-
Uses of ComputeMode in org.episteme.core
Methods in org.episteme.core that return ComputeModeModifier and TypeMethodDescriptionstatic ComputeModeEpisteme.getComputeMode()Returns the current computation mode.Methods in org.episteme.core with parameters of type ComputeModeModifier and TypeMethodDescriptionstatic voidEpisteme.setComputeMode(ComputeMode mode) Sets the computation mode. -
Uses of ComputeMode in org.episteme.core.mathematics.context
Subclasses with type arguments of type ComputeMode in org.episteme.core.mathematics.contextModifier and TypeClassDescriptionenumDefines the preferred computation mode for linear algebra operations.Methods in org.episteme.core.mathematics.context that return ComputeModeModifier and TypeMethodDescriptionMathContext.getComputeMode()Gets the compute mode (CPU/GPU/AUTO).NumericalConfiguration.getComputeMode()static ComputeModeReturns the enum constant of this class with the specified name.static ComputeMode[]ComputeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.mathematics.context with parameters of type ComputeModeModifier and TypeMethodDescriptionvoidNumericalConfiguration.applyComputeMode(ComputeMode mode) Applies a computation mode, selecting the appropriate backend and adjusting precision if needed.NumericalConfiguration.setComputeMode(ComputeMode computeMode) MathContext.withComputeMode(ComputeMode computeMode) Returns a new context with the specified compute mode.