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