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 classArrayAnyD<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 interfaceMutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>>Classes in org.ojalgo.structure that implement AccessAnyD Modifier and Type Class Description static classAccessAnyD.SelectionView<N extends java.lang.Comparable<N>>classPrimitiveAnyD(package private) static classPrimitiveAnyD.Simple(package private) static classPrimitiveAnyD.WrapperFields in org.ojalgo.structure declared as AccessAnyD Modifier and Type Field Description private AccessAnyD<N>AccessAnyD.MatrixView. myDelegateAnyDprivate AccessAnyD<N>AccessAnyD.VectorView. myDelegateAnyDprivate AccessAnyD<N>AccessAnyD.SelectionView. myFullDataMethods 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 voidMutateAnyD.Receiver. accept(AccessAnyD<?> supplied)static AccessAnyD<java.lang.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)POperateAnyD. onCompatible(BinaryFunction<N> operator, AccessAnyD<N> right)POperateAnyD. onCompatible(AccessAnyD<N> left, BinaryFunction<N> operator)POperateAnyD. onMatching(BinaryFunction<N> operator, AccessAnyD<N> right)POperateAnyD. onMatching(AccessAnyD<N> left, BinaryFunction<N> operator)static java.lang.StringAccessAnyD. 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 classAnyTensor<N extends java.lang.Comparable<N>>Methods in org.ojalgo.tensor with parameters of type AccessAnyD Modifier and Type Method Description TTensorFactoryAnyD. blocks(AccessAnyD<N>... tensors)Same asTensorFactory2D.blocks(Access2D...)but for higher/aribitrary rank tensors.TTensorFactoryAnyD. copy(AccessAnyD<N> elements)
-