Class OngoingStructuralReduction<C,​E>

  • Type Parameters:
    C - the type of coordinate (aka 'the dimension') which is going to be reduced (by calling methods of this class)
    E - the type of the elements of the tensor to be reduced.
    Direct Known Subclasses:
    OngoingDimensionReduction

    public class OngoingStructuralReduction<C,​E>
    extends java.lang.Object
    Part of the tensoric fluent API, which provides methods to specify concretely how a given dimension should be reduced.
    • Constructor Detail

      • OngoingStructuralReduction

        public OngoingStructuralReduction​(Tensor<E> tensor,
                                          java.lang.Class<C> dimension)