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.TwoStep -
Uses of Factory1D.TwoStep in org.ojalgo.structure
Subinterfaces of Factory1D.TwoStep in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic 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.