Uses of Interface
org.ojalgo.structure.FactoryAnyD
-
Packages that use FactoryAnyD Package Description org.ojalgo.array org.ojalgo.array.operation 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.org.ojalgo.structure org.ojalgo.tensor -
-
Uses of FactoryAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement FactoryAnyD Modifier and Type Class Description static class
ArrayAnyD.Factory<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.array that return FactoryAnyD Modifier and Type Method Description (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 FactoryAnyD Modifier and Type Method Description (package private) static <N extends java.lang.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.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.static interface
FactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>>
Methods in org.ojalgo.structure with parameters of type FactoryAnyD Modifier and Type Method Description default <I extends R>
IAccessAnyD.Collectable. collect(FactoryAnyD<I> factory)
-
Uses of FactoryAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement FactoryAnyD Modifier and Type Class Description (package private) static class
AnyTensor.Factory<N extends java.lang.Comparable<N>>
class
TensorFactoryAnyD<N extends java.lang.Comparable<N>,T extends MutateAnyD>
Fields in org.ojalgo.tensor declared as FactoryAnyD Modifier and Type Field Description private FactoryAnyD<T>
TensorFactoryAnyD. myFactory
Methods in org.ojalgo.tensor with parameters of type FactoryAnyD Modifier and Type Method Description static <N extends java.lang.Comparable<N>,T extends MutateAnyD>
TensorFactoryAnyD<N,T>TensorFactoryAnyD. of(FactoryAnyD<T> factory)
Constructors in org.ojalgo.tensor with parameters of type FactoryAnyD Constructor Description TensorFactoryAnyD(FactoryAnyD<T> factory)
-