Uses of Interface
org.ojalgo.structure.FactoryAnyD.TwoStep
-
Packages that use FactoryAnyD.TwoStep Package Description org.ojalgo.array org.ojalgo.structure -
-
Uses of FactoryAnyD.TwoStep in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyD.TwoStep Modifier and Type Class Description static class
ArrayAnyD.Factory<N extends java.lang.Comparable<N>>
-
Uses of FactoryAnyD.TwoStep in org.ojalgo.structure
Subinterfaces of FactoryAnyD.TwoStep in org.ojalgo.structure Modifier and Type Interface Description static interface
FactoryAnyD.MayBeSparse<I extends StructureAnyD,DENSE extends FactoryAnyD.Builder<I>,SPARSE extends FactoryAnyD.Builder<I>>
For when the structures can be either dense or sparse.
-