Uses of Interface
org.ojalgo.structure.Mutate2D.Receiver
Packages that use Mutate2D.Receiver
Package
Description
-
Uses of Mutate2D.Receiver in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.Receiver -
Uses of Mutate2D.Receiver in org.ojalgo.data
Classes in org.ojalgo.data that implement interfaces with type arguments of type Mutate2D.ReceiverMethods in org.ojalgo.data with parameters of type Mutate2D.Receiver -
Uses of Mutate2D.Receiver in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Mutate2D.ReceiverModifier and TypeClassDescriptionclassTreats an image as a matrix.(package private) static final class -
Uses of Mutate2D.Receiver in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D.ReceiverModifier and TypeClassDescription(package private) classDenseMutator2D<N extends Comparable<N>, M extends BasicMatrix<N,M>> static final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Uses of Mutate2D.Receiver in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.Receiver in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceDecompositionStore<N extends Comparable<N>>Only classes that will act as a delegate to a MatrixDecomposition implementation from this package should implement this interface. -
Uses of Mutate2D.Receiver in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.Receiver in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptioninterfacePhysicalStore<N extends Comparable<N>>PhysicalStore:s, as opposed to MatrixStore:s, are mutable.interfaceTransformableRegion<N extends Comparable<N>>A transformable 2D (sub)region.Classes in org.ojalgo.matrix.store that implement Mutate2D.ReceiverModifier and TypeClassDescriptionfinal classColumnsSupplier<N extends Comparable<N>>Sparse columns – columns can be added and removed.final classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.final classAimplementation of PhysicalStore.invalid reference
float
final classAimplementation of PhysicalStore.invalid reference
double
final classUses double[][] internally.final classRowsSupplier<N extends Comparable<N>>Sparse rows – rows can be added and removed.final classSparseStore<N extends Comparable<N>>A sparse matrix (this implementation) is not thread safe.(package private) classSubregion2D<N extends Comparable<N>>(package private) static final classSubregion2D.ColumnsRegion<N extends Comparable<N>>(package private) static final classSubregion2D.LimitRegion<N extends Comparable<N>>(package private) static final classSubregion2D.OffsetRegion<N extends Comparable<N>>(package private) static final classSubregion2D.RowsRegion<N extends Comparable<N>>(package private) static final classSubregion2D.SynchronizedRegion<N extends Comparable<N>>(package private) static final classSubregion2D.TransposedRegion<N extends Comparable<N>>(package private) static final classSubregion2D.WrapperRegion<N extends Comparable<N>>Methods in org.ojalgo.matrix.store with type parameters of type Mutate2D.ReceiverModifier and TypeMethodDescription<NN extends Comparable<NN>, R extends Mutate2D.Receiver<NN>>
Access2D.Collectable<NN, R> R032Store.asCollectable2D()<NN extends Comparable<NN>, R extends Mutate2D.Receiver<NN>>
Access2D.Collectable<NN, R> Subregion2D.SynchronizedRegion.asCollectable2D() -
Uses of Mutate2D.Receiver in org.ojalgo.structure
Subinterfaces of Mutate2D.Receiver in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceMutate2D.ModifiableReceiver<N extends Comparable<N>>Apart from extendingMutate2D.Receiverthis interface extendsMutate2D.ModifiableandMutate2D.Exchangeablewhich both imply access to existing elements as well asAccess2Dthat dictates explicit access.Methods in org.ojalgo.structure with type parameters of type Mutate2D.ReceiverModifier and TypeMethodDescriptiondefault <NN extends Comparable<NN>, R extends Mutate2D.Receiver<NN>>
Access2D.Collectable<NN, R> Access2D.asCollectable2D()static <R extends Mutate2D.Receiver<Double>>
Access2D.Collectable<Double, R> Access2D.newPrimitiveColumnCollectable(Access1D<?> anything1D) static <R extends Mutate2D.Receiver<Double>>
Access2D.Collectable<Double, R> Access2D.newPrimitiveRowCollectable(Access1D<?> anything1D) -
Uses of Mutate2D.Receiver in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement Mutate2D.Receiver