Uses of Interface
org.ojalgo.structure.FactoryAnyD
Packages that use FactoryAnyD
-
Uses of FactoryAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyD -
Uses of FactoryAnyD in org.ojalgo.structure
Subinterfaces of FactoryAnyD in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceFactoryAnyD.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 interfaceFactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>> Methods in org.ojalgo.structure with parameters of type FactoryAnyDModifier and TypeMethodDescriptiondefault <I extends R>
IAccessAnyD.Collectable.collect(FactoryAnyD<I> factory) -
Uses of FactoryAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement FactoryAnyDModifier and TypeClassDescriptionfinal classTensorFactoryAnyD<N extends Comparable<N>,T extends MutateAnyD> Methods in org.ojalgo.tensor with parameters of type FactoryAnyDModifier and TypeMethodDescriptionstatic <N extends Comparable<N>,T extends MutateAnyD>
TensorFactoryAnyD<N, T> TensorFactoryAnyD.of(FactoryAnyD<T> factory)