Class EnvironmentImpl<V>

  • Type Parameters:
    V - the type of the values (field elements)
    All Implemented Interfaces:
    java.io.Serializable, Environment<V>, QuantityEnvironment<V>

    public final class EnvironmentImpl<V>
    extends java.lang.Object
    implements QuantityEnvironment<V>, java.io.Serializable
    Encapsulates all relevant information which is required for calculations of scalars, tensors and iterables. These include the field (which defines the basic operations on scalars) and the the options which define tensors and iterables are manipulated exactly.
    See Also:
    Serialized Form