Uses of Interface
org.ojalgo.structure.MutateAnyD
-
Packages that use MutateAnyD 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 MutateAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement MutateAnyD Modifier and Type Class Description class
ArrayAnyD<N extends java.lang.Comparable<N>>
ArrayAnyDMethods in org.ojalgo.array with parameters of type MutateAnyD Modifier and Type Method Description void
ArrayAnyD. supplyTo(MutateAnyD receiver)
-
Uses of MutateAnyD in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with type parameters of type MutateAnyD 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)
Methods in org.ojalgo.array.operation with parameters of type MutateAnyD Modifier and Type Method Description private static <N extends java.lang.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 java.lang.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 MutateAnyD Modifier and Type Interface Description static interface
AccessAnyD.Collectable<N extends java.lang.Comparable<N>,R extends MutateAnyD>
Subinterfaces of MutateAnyD in org.ojalgo.structure Modifier and Type Interface Description static interface
FactoryAnyD.Builder<I extends StructureAnyD>
static interface
MutateAnyD.Fillable<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.Receiver<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.structure that implement MutateAnyD Modifier and Type Class Description class
PrimitiveAnyD
(package private) static class
PrimitiveAnyD.Simple
(package private) static class
PrimitiveAnyD.Wrapper
Methods in org.ojalgo.structure with parameters of type MutateAnyD Modifier and Type Method Description void
AccessAnyD.SelectionView. supplyTo(MutateAnyD receiver)
-
Uses of MutateAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type MutateAnyD Modifier and Type Class Description class
TensorFactoryAnyD<N extends java.lang.Comparable<N>,T extends MutateAnyD>
Classes in org.ojalgo.tensor that implement MutateAnyD Modifier and Type Class Description class
AnyTensor<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.tensor with type parameters of type MutateAnyD Modifier and Type Method Description static <N extends java.lang.Comparable<N>,T extends MutateAnyD>
TensorFactoryAnyD<N,T>TensorFactoryAnyD. of(FactoryAnyD<T> factory)
-