Uses of Interface
org.ojalgo.structure.AccessAnyD
Packages that use AccessAnyD
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 AccessAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement AccessAnyDMethods in org.ojalgo.array with parameters of type AccessAnyD -
Uses of AccessAnyD in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with parameters of type AccessAnyDModifier 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) (package private) static <N extends Comparable<N>,
T extends MutateAnyD>
TFillCompatible.expand
(FactoryAnyD<T> factory, AccessAnyD<N> left, BinaryFunction<N> operator, AccessAnyD<N> right) static <N extends 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.structureModifier and TypeInterfaceDescriptionstatic interface
MutateAnyD.ModifiableReceiver<N extends Comparable<N>>
Classes in org.ojalgo.structure that implement AccessAnyDModifier and TypeClassDescriptionstatic final class
AccessAnyD.SelectionView<N extends Comparable<N>>
class
(package private) static final class
(package private) static final class
Fields in org.ojalgo.structure declared as AccessAnyDModifier and TypeFieldDescriptionprivate final AccessAnyD
<N> AccessAnyD.MatrixView.myDelegateAnyD
private final AccessAnyD
<N> AccessAnyD.VectorView.myDelegateAnyD
private final AccessAnyD
<N> AccessAnyD.SelectionView.myFullData
Methods in org.ojalgo.structure that return AccessAnyDModifier and TypeMethodDescriptionstatic AccessAnyD
<Double> AccessAnyD.asPrimitiveAnyD
(AccessAnyD<?> access) Deprecated.default 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 AccessAnyDModifier and TypeMethodDescriptiondefault void
MutateAnyD.Receiver.accept
(AccessAnyD<?> supplied) static AccessAnyD
<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) OperateAnyD.onCompatible
(BinaryFunction<N> operator, AccessAnyD<N> right) OperateAnyD.onCompatible
(AccessAnyD<N> left, BinaryFunction<N> operator) OperateAnyD.onMatching
(BinaryFunction<N> operator, AccessAnyD<N> right) OperateAnyD.onMatching
(AccessAnyD<N> left, BinaryFunction<N> operator) static String
AccessAnyD.toString
(AccessAnyD<?> array) Constructors in org.ojalgo.structure with parameters of type AccessAnyDModifierConstructorDescriptionprotected
MatrixView
(AccessAnyD<N> access) (package private)
MatrixView
(AccessAnyD<N> access, long index) (package private)
SelectionView
(AccessAnyD<N> fullData, long[][] selections) protected
VectorView
(AccessAnyD<N> access) (package private)
VectorView
(AccessAnyD<N> access, long index) -
Uses of AccessAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement AccessAnyDMethods in org.ojalgo.tensor with parameters of type AccessAnyDModifier and TypeMethodDescriptionTensorFactoryAnyD.blocks
(AccessAnyD<N>... tensors) Same asTensorFactory2D.blocks(Access2D...)
but for higher/aribitrary rank tensors.TensorFactoryAnyD.copy
(AccessAnyD<N> elements)
PrimitiveAnyD.wrap(StructureAnyD)
instead