S
- the type of the scalar values (elements of the field on which the operations are based on)public class QuantityTensorSupport<S> extends QuantityIterableSupport<S>
Constructor and Description |
---|
QuantityTensorSupport(QuantityEnvironment<S> environment) |
Modifier and Type | Method and Description |
---|---|
OngoingQuantifiedTensorOperation<S> |
calculate(Tensor<QuantifiedValue<S>> left) |
OngoingQuantityTensorValueExtraction<S> |
valuesOf(Tensor<QuantifiedValue<S>> quantifiedValueTensor) |
averageOf, rmsOf, sizeOf, stdOf, sumOf, sumOfSquaresOf, valuesOf, varOf
absoluteValueOf, calculate, calculate, convert, inverseOf, negativeOf, one, operationRepository, predicateRepository, testIf, two, valueOf, valueOf, valueOf, zero
public QuantityTensorSupport(QuantityEnvironment<S> environment)
public OngoingQuantifiedTensorOperation<S> calculate(Tensor<QuantifiedValue<S>> left)
public OngoingQuantityTensorValueExtraction<S> valuesOf(Tensor<QuantifiedValue<S>> quantifiedValueTensor)