Uses of Interface
org.ojalgo.structure.FactoryAnyD
Packages that use FactoryAnyD
Package
Description
Everythinng in this package should be considered library-private – it should only be used by other parts of
ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
-
Uses of FactoryAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyDMethods in org.ojalgo.array that return FactoryAnyDModifier and TypeMethodDescription(package private) FactoryAnyD<ArrayAnyD<N>> ArrayAnyD.factory() -
Uses of FactoryAnyD in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type FactoryAnyDModifier and TypeMethodDescription(package private) static <N extends Comparable<N>, T extends MutateAnyD>
TFillCompatible.expand(FactoryAnyD<T> factory, AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right) -
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 TypeClassDescription(package private) static final classAnyTensor.Factory<N extends Comparable<N>>final classTensorFactoryAnyD<N extends Comparable<N>, T extends MutateAnyD>Fields in org.ojalgo.tensor declared as FactoryAnyDMethods 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) Constructors in org.ojalgo.tensor with parameters of type FactoryAnyD