Class OngoingDimensionReduction<C,​S>

  • Type Parameters:
    C - the type of the dimension in which the tensor shall be reduced
    S - the type of the scalars (elements of the field on which all the operations are based on)

    public final class OngoingDimensionReduction<C,​S>
    extends OngoingStructuralReduction<C,​S>
    Part of the tensorics fluent API, that allows to further describe how a tensor dimesion shall be reduced (where the field was not yet known in the previous expression part)
    • Constructor Detail

      • OngoingDimensionReduction

        public OngoingDimensionReduction​(Tensor<S> tensor,
                                         java.lang.Class<C> dimension)