public final class Structures
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ExtendedField<java.lang.Double> |
doubles() |
static <T> ExtendedField<T> |
extended(OrderedField<T> field,
Math<T> math,
Cheating<T> cheating)
Creates a more explicit view of the given field together with the given implementation of mathematical functions.
|
public static ExtendedField<java.lang.Double> doubles()
public static <T> ExtendedField<T> extended(OrderedField<T> field, Math<T> math, Cheating<T> cheating)
field
- the field for which to create the explicit view.math
- the class providing mathematical functions.cheating
- the class that provides some methods for cheating the field-framework.