Uses of Interface
org.ojalgo.structure.Factory1D.TwoStep
-
Packages that use Factory1D.TwoStep Package Description org.ojalgo.array org.ojalgo.structure -
-
Uses of Factory1D.TwoStep in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory1D.TwoStep Modifier and Type Class Description static class
Array1D.Factory<N extends java.lang.Comparable<N>>
static class
BufferArray.Factory
static class
BufferArray.MappedFileFactory
static class
DenseArray.Factory<N extends java.lang.Comparable<N>>
(package private) static class
OffHeapArray.Factory
-
Uses of Factory1D.TwoStep in org.ojalgo.structure
Subinterfaces of Factory1D.TwoStep in org.ojalgo.structure Modifier and Type Interface Description static interface
Factory1D.MayBeSparse<I extends Structure1D,DENSE extends Factory1D.Builder<I>,SPARSE extends Factory1D.Builder<I>>
For when the structures can be either dense or sparse.
-