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 interfaceMutateAnyD.ModifiableReceiver<N extends Comparable<N>>Classes in org.ojalgo.structure that implement AccessAnyDModifier and TypeClassDescriptionstatic final classAccessAnyD.SelectionView<N extends Comparable<N>>class(package private) static final class(package private) static final classSubinterfaces with type arguments of type AccessAnyD in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceMutateAnyD.Receiver<N extends Comparable<N>>Fields in org.ojalgo.structure declared as AccessAnyDModifier and TypeFieldDescriptionprivate final AccessAnyD<N> AccessAnyD.MatrixView.myDelegateAnyDprivate final AccessAnyD<N> AccessAnyD.VectorView.myDelegateAnyDprivate final AccessAnyD<N> AccessAnyD.SelectionView.myFullDataMethods 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 voidMutateAnyD.Receiver.accept(AccessAnyD<?> supplied) static AccessAnyD<Double> AccessAnyD.asPrimitiveAnyD(AccessAnyD<?> access) Deprecated.v54 UsePrimitiveAnyD.wrap(StructureAnyD)insteaddefault IFactoryAnyD.TwoStep.copy(AccessAnyD<?> source) static booleanAccessAnyD.equals(AccessAnyD<?> accessA, AccessAnyD<?> accessB, NumberContext accuracy) default voidMutateAnyD.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 voidMutateAnyD.ModifiableReceiver.modifyCompatible(BinaryFunction<N> operator, AccessAnyD<N> right) default voidMutateAnyD.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 StringAccessAnyD.toString(AccessAnyD<?> array) Constructors in org.ojalgo.structure with parameters of type AccessAnyDModifierConstructorDescriptionprotectedMatrixView(AccessAnyD<N> access) (package private)MatrixView(AccessAnyD<N> access, long index) (package private)SelectionView(AccessAnyD<N> fullData, long[][] selections) protectedVectorView(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