Module ojalgo
Package org.ojalgo.structure
Interface FactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>>
- All Superinterfaces:
FactoryAnyD<I>,FactorySupplement
- All Known Subinterfaces:
FactoryAnyD.MayBeSparse<I,DENSE, SPARSE>
- All Known Implementing Classes:
ArrayAnyD.Factory
- Enclosing interface:
FactoryAnyD<I extends StructureAnyD>
public static interface FactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>>
extends FactoryAnyD<I>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.FactoryAnyD
FactoryAnyD.Builder<I extends StructureAnyD>, FactoryAnyD.MayBeSparse<I extends StructureAnyD,DENSE extends FactoryAnyD.Builder<I>, SPARSE extends FactoryAnyD.Builder<I>>, FactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>> -
Method Summary
Modifier and TypeMethodDescriptiondefault Icopy(AccessAnyD<?> source) default Imake(int... shape) default Imake(long... shape) default Imake(StructureAnyD shape) default ImakeFilled(long[] shape, NullaryFunction<?> supplier) newBuilder(long... shape) Methods inherited from interface org.ojalgo.structure.FactoryAnyD
asFactory1D, makeMethods inherited from interface org.ojalgo.structure.FactorySupplement
function, getMathType, scalar
-
Method Details
-
copy
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
make
- Specified by:
makein interfaceFactoryAnyD<I extends StructureAnyD>
-
makeFilled
-
newBuilder
-