V
- the type of the elements of the field on which all the operations are based on.public class QuantityTensorExpressionSupport<V> extends QuantityIterableExpressionSupport<V>
Constructor and Description |
---|
QuantityTensorExpressionSupport(QuantityEnvironment<V> environment) |
Modifier and Type | Method and Description |
---|---|
OngoingDeferredQuantifiedTensorOperation<V> |
calculateT(Expression<Tensor<QuantifiedValue<V>>> left) |
OngoingDeferredQuantifiedTensorOperation<V> |
calculateV(Tensor<QuantifiedValue<V>> left) |
calculate, calculate, inverseOf, inverseOf, negativeOf, negativeOf, one, two, valueOf, valueOf, zero
public QuantityTensorExpressionSupport(QuantityEnvironment<V> environment)
public OngoingDeferredQuantifiedTensorOperation<V> calculateV(Tensor<QuantifiedValue<V>> left)
public OngoingDeferredQuantifiedTensorOperation<V> calculateT(Expression<Tensor<QuantifiedValue<V>>> left)