Interface FactoryAnyD<I extends StructureAnyD>

All Superinterfaces:
FactorySupplement
All Known Subinterfaces:
FactoryAnyD.MayBeSparse<I,DENSE,SPARSE>, FactoryAnyD.TwoStep<I,B>
All Known Implementing Classes:
AnyTensor.Factory, ArrayAnyD.Factory, TensorFactoryAnyD

public interface FactoryAnyD<I extends StructureAnyD> extends FactorySupplement
  • Method Details

    • asFactory1D

      default Factory1D<I> asFactory1D()
    • make

      I make(int... shape)
    • make

      default I make(long... shape)
    • make

      default I make(Structure1D struct1, Structure1D struct2)
      Make new instance of compatible size/shape.
    • make

      default I make(StructureAnyD shape)