Uses of Interface
org.ojalgo.structure.FactoryAnyD.Builder
Packages that use FactoryAnyD.Builder
-
Uses of FactoryAnyD.Builder in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyD.Builder -
Uses of FactoryAnyD.Builder in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type FactoryAnyD.BuilderModifier and TypeInterfaceDescriptionstatic 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>>