Uses of Interface
org.ojalgo.structure.FactoryAnyD.Builder
-
Packages that use FactoryAnyD.Builder Package Description org.ojalgo.array org.ojalgo.structure -
-
Uses of FactoryAnyD.Builder in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyD.Builder Modifier and Type Class Description class
ArrayAnyD<N extends java.lang.Comparable<N>>
ArrayAnyD -
Uses of FactoryAnyD.Builder in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type FactoryAnyD.Builder 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.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.static interface
FactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>>
-