- Type Parameters:
V
- the type of the scalar values (elements of the fields) on which to operate
- All Implemented Interfaces:
- BasicOperationSupport<V>
- Direct Known Subclasses:
- AbstractQuantityStatisticPredicate, FieldInterpolator, IterableAverage, IterableRms, IterableSize, IterableStd, IterableSum, IterableSumOfSquares, IterableVar, LinearInterpolationStrategy, ScalarIterableSupport, UncorrelatedErrorPropagationStrategy
public class ScalarSupport<V>
extends java.lang.Object
implements BasicOperationSupport<V>
Contains the starting methods for tensoric eDSL language expressions, related to basic operations of scalar values
(field elements). The class is designed that it can be used in both ways: Either that it can be instantiated or that
other classes can inherit from it. The latter option makes the language expressions very concise.