Uses of Interface
org.ojalgo.structure.Factory1D.TwoStep
Packages that use Factory1D.TwoStep
-
Uses of Factory1D.TwoStep in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory1D.TwoStepModifier and TypeClassDescriptionstatic final class
Array1D.Factory<N extends Comparable<N>>
static final class
static final class
static class
DenseArray.Factory<N extends Comparable<N>>
(package private) static final class
-
Uses of Factory1D.TwoStep in org.ojalgo.structure
Subinterfaces of Factory1D.TwoStep in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic 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.