Uses of Interface
org.ojalgo.structure.AccessAnyD
-
Packages that use AccessAnyD 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 AccessAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement AccessAnyD Modifier and Type Class Description class
ArrayAnyD<N extends java.lang.Comparable<N>>
ArrayAnyDMethods in org.ojalgo.array with parameters of type AccessAnyD Modifier and Type Method Description ArrayAnyD<N>
ArrayAnyD.Factory. copy(AccessAnyD<?> source)
-
Uses of AccessAnyD in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type AccessAnyD 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)
(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)
static <N extends java.lang.Comparable<N>>
voidFillCompatible. invoke(MutateAnyD target, AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right)
-
Uses of AccessAnyD in org.ojalgo.structure
Subinterfaces of AccessAnyD in org.ojalgo.structure Modifier and Type Interface Description static interface
MutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.structure that implement AccessAnyD Modifier and Type Class Description static class
AccessAnyD.SelectionView<N extends java.lang.Comparable<N>>
class
PrimitiveAnyD
(package private) static class
PrimitiveAnyD.Simple
(package private) static class
PrimitiveAnyD.Wrapper
Fields in org.ojalgo.structure declared as AccessAnyD Modifier and Type Field Description private AccessAnyD<N>
AccessAnyD.MatrixView. myDelegateAnyD
private AccessAnyD<N>
AccessAnyD.VectorView. myDelegateAnyD
private AccessAnyD<N>
AccessAnyD.SelectionView. myFullData
Methods in org.ojalgo.structure that return AccessAnyD Modifier and Type Method Description static AccessAnyD<java.lang.Double>
AccessAnyD. asPrimitiveAnyD(AccessAnyD<?> access)
Deprecated.v54 UsePrimitiveAnyD.wrap(StructureAnyD)
insteaddefault AccessAnyD<N>
AccessAnyD. select(long[]... selections)
Creates a view of the underlying data structure of only the selected elements.Methods in org.ojalgo.structure with parameters of type AccessAnyD Modifier and Type Method Description default void
MutateAnyD.Receiver. accept(AccessAnyD<?> supplied)
static AccessAnyD<java.lang.Double>
AccessAnyD. asPrimitiveAnyD(AccessAnyD<?> access)
Deprecated.v54 UsePrimitiveAnyD.wrap(StructureAnyD)
insteaddefault I
FactoryAnyD.TwoStep. copy(AccessAnyD<?> source)
static boolean
AccessAnyD. equals(AccessAnyD<?> accessA, AccessAnyD<?> accessB, NumberContext accuracy)
default void
MutateAnyD.Fillable. fillCompatible(AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right)
'this' needs to be of a size compatible with the 'left' and 'right' matrices.default void
MutateAnyD.ModifiableReceiver. modifyCompatible(BinaryFunction<N> operator, AccessAnyD<N> right)
default void
MutateAnyD.ModifiableReceiver. modifyCompatible(AccessAnyD<N> left, BinaryFunction<N> operator)
P
OperateAnyD. onCompatible(BinaryFunction<N> operator, AccessAnyD<N> right)
P
OperateAnyD. onCompatible(AccessAnyD<N> left, BinaryFunction<N> operator)
P
OperateAnyD. onMatching(BinaryFunction<N> operator, AccessAnyD<N> right)
P
OperateAnyD. onMatching(AccessAnyD<N> left, BinaryFunction<N> operator)
static java.lang.String
AccessAnyD. toString(AccessAnyD<?> array)
Constructors in org.ojalgo.structure with parameters of type AccessAnyD Constructor Description MatrixView(AccessAnyD<N> access)
MatrixView(AccessAnyD<N> access, long index)
SelectionView(AccessAnyD<N> fullData, long[][] selections)
VectorView(AccessAnyD<N> access)
VectorView(AccessAnyD<N> access, long index)
-
Uses of AccessAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement AccessAnyD Modifier and Type Class Description class
AnyTensor<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.tensor with parameters of type AccessAnyD Modifier and Type Method Description T
TensorFactoryAnyD. blocks(AccessAnyD<N>... tensors)
Same asTensorFactory2D.blocks(Access2D...)
but for higher/aribitrary rank tensors.T
TensorFactoryAnyD. copy(AccessAnyD<N> elements)
-