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 classArray1D.Factory<N extends java.lang.Comparable<N>> -
Uses of Factory1D.TwoStep in org.ojalgo.structure
Subinterfaces of Factory1D.TwoStep in org.ojalgo.structure Modifier and Type Interface Description static interfaceFactory1D.MayBeSparse<I extends Structure1D,DENSE extends Factory1D.Builder<I>,SPARSE extends Factory1D.Builder<I>>For when the structures can be either dense or sparse.
-