Uses of Enum
net.finmath.finitedifference.utilities.FiniteDifferenceGreek
Packages that use FiniteDifferenceGreek
Package
Description
Package net.finmath.finitedifference.utilities.
-
Uses of FiniteDifferenceGreek in net.finmath.finitedifference.utilities
Subclasses with type arguments of type FiniteDifferenceGreek in net.finmath.finitedifference.utilitiesModifier and TypeClassDescriptionenumEnumeration of standard finite-difference Greek surface types.Methods in net.finmath.finitedifference.utilities that return FiniteDifferenceGreekModifier and TypeMethodDescriptionstatic FiniteDifferenceGreekReturns the enum constant of this type with the specified name.static FiniteDifferenceGreek[]FiniteDifferenceGreek.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.finmath.finitedifference.utilities with parameters of type FiniteDifferenceGreekModifier and TypeMethodDescriptionstatic double[][]FiniteDifferenceGreekProvider.greekSurface(FiniteDifferenceGreek greek, double[][] values, SpaceTimeDiscretization discretization) Performs the operation.