Uses of Interface
org.ojalgo.structure.MutateAnyD
Packages that use MutateAnyD
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 MutateAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement MutateAnyDClasses in org.ojalgo.array that implement interfaces with type arguments of type MutateAnyDMethods in org.ojalgo.array with parameters of type MutateAnyD -
Uses of MutateAnyD in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with type parameters of type MutateAnyDModifier 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) Methods in org.ojalgo.array.operation with parameters of type MutateAnyDModifier and TypeMethodDescriptionprivate static <N extends Comparable<N>>
voidFillCompatible.doOneOfAnyD(MutateAnyD target, long[] targRef, int dim, AccessAnyD<N> left, long[] leftRef, BinaryFunction<N> operator, AccessAnyD<N> right, long[] righRef) static <N extends Comparable<N>>
voidFillCompatible.invoke(MutateAnyD target, AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right) -
Uses of MutateAnyD in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type MutateAnyDModifier and TypeInterfaceDescriptionstatic interfaceAccessAnyD.Collectable<N extends Comparable<N>, R extends MutateAnyD>Subinterfaces of MutateAnyD in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceFactoryAnyD.Builder<I extends StructureAnyD>static interfaceMutateAnyD.Fillable<N extends Comparable<N>>static interfaceMutateAnyD.ModifiableReceiver<N extends Comparable<N>>static interfaceMutateAnyD.Receiver<N extends Comparable<N>>Classes in org.ojalgo.structure that implement MutateAnyDModifier and TypeClassDescriptionclass(package private) static final class(package private) static final classClasses in org.ojalgo.structure that implement interfaces with type arguments of type MutateAnyDModifier and TypeClassDescriptionstatic final classAccessAnyD.SelectionView<N extends Comparable<N>>Methods in org.ojalgo.structure with parameters of type MutateAnyD -
Uses of MutateAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type MutateAnyDModifier and TypeClassDescriptionfinal classTensorFactoryAnyD<N extends Comparable<N>, T extends MutateAnyD>Classes in org.ojalgo.tensor that implement MutateAnyDMethods in org.ojalgo.tensor with type parameters of type MutateAnyDModifier and TypeMethodDescriptionstatic <N extends Comparable<N>, T extends MutateAnyD>
TensorFactoryAnyD<N, T> TensorFactoryAnyD.of(FactoryAnyD<T> factory)