-
- 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static 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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Factory1D<I>asFactory1D()Imake(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 org.ojalgo.structure.FactorySupplement
function, getMathType, scalar
-
-
-
-
Method Detail
-
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)
-
-