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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFactoryAnyD.Builder<I extends StructureAnyD>static interfaceFactoryAnyD.MayBeSparse<I extends StructureAnyD, DENSE extends FactoryAnyD.Builder<I>, SPARSE extends FactoryAnyD.Builder<I>>For when the structures can be either dense or sparse.static interfaceFactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>> -
Method Summary
Modifier and TypeMethodDescriptionmake(int... shape) default Imake(long... shape) default Imake(Structure1D struct1, Structure1D struct2) Make new instance of compatible size/shape.default Imake(StructureAnyD shape) Methods inherited from interface FactorySupplement
function, getMathType, scalar
-
Method Details
-
asFactory1D
-
make
-
make
-
make
Make new instance of compatible size/shape. -
make
-