Class | Description |
---|---|
DoubleScript<R> |
A convenience class designed for inheritance, already providing the doubles field in the constructor.
|
EnvironmentImpl<V> |
Encapsulates all relevant information which is required for calculations of scalars, tensors and iterables.
|
ManipulationOptions |
A class that provides static methods to deal with manipulations options and creating repositories for them.
|
OngoingBasicDeferredBinaryPredicate<T> | |
QuantityDoubleSupport |
This class is intended to be extended by classes who need to deal with quantities of double.
|
TensoricBooleanExpressions | |
TensoricDoubleExpressions | |
TensoricDoubleExpressionSupport | |
TensoricDoubles |
Provides delegate methods to a static instance of a
TensoricSupport<Double> . |
TensoricDoubleSupport |
This is a convenience class which extends the Generic Tensoric support and already preconfigures it with the field of
doubles and the default options.
|
TensoricExpressions | |
TensoricExpressions.OngoingLambdaExpressionCreation<F extends FiniteArgumentFunction<?>> | |
TensoricExpressionSupport<V> |
Mixes together the quantified versions of the operations and the basic tensor operations.
|
Tensorics |
The main entry point for constructing and structural manipulation of tensorics.
|
TensoricScript<E,T> |
This class is intended to be subclassed in order to describe calculations with tensorics, which shall be executed at
a later time.
|
TensoricSupport<V> |
The main start point for expressions of the tensoric eDSL.
|
TensoricTask<E,T> |
This class is intended to be subclassed in order to have convenient access to the methods in the tensoric field
usage.
|