Uses of Interface
org.ojalgo.structure.Mutate2D.Receiver
-
Packages that use Mutate2D.Receiver Package Description org.ojalgo.array org.ojalgo.data org.ojalgo.data.image org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.structure org.ojalgo.tensor -
-
Uses of Mutate2D.Receiver in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.Receiver Modifier and Type Class Description class
Array2D<N extends java.lang.Comparable<N>>
Array2D -
Uses of Mutate2D.Receiver in org.ojalgo.data
Methods in org.ojalgo.data with parameters of type Mutate2D.Receiver Modifier and Type Method Description void
DataBatch. supplyTo(Mutate2D.Receiver<java.lang.Double> receiver)
-
Uses of Mutate2D.Receiver in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Mutate2D.Receiver Modifier and Type Class Description class
ImageData
Treats an image as a matrix.(package private) static class
ImageData.SingleChannel
-
Uses of Mutate2D.Receiver in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D.Receiver Modifier and Type Class Description (package private) class
DenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>
static class
MatrixC128.DenseReceiver
static class
MatrixH256.DenseReceiver
static class
MatrixQ128.DenseReceiver
static class
MatrixR032.DenseReceiver
static class
MatrixR064.DenseReceiver
static class
MatrixR128.DenseReceiver
-
Uses of Mutate2D.Receiver in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.Receiver in org.ojalgo.matrix.decomposition Modifier and Type Interface Description interface
DecompositionStore<N extends java.lang.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.store Modifier and Type Interface Description interface
PhysicalStore<N extends java.lang.Comparable<N>>
PhysicalStore:s, as opposed to MatrixStore:s, are mutable.interface
TransformableRegion<N extends java.lang.Comparable<N>>
A transformable 2D (sub)region.Classes in org.ojalgo.matrix.store that implement Mutate2D.Receiver Modifier and Type Class Description class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.class
R032Store
A float implementation of PhysicalStore.class
R064Store
A double implementation of PhysicalStore.class
RawStore
Uses double[][] internally.class
SparseStore<N extends java.lang.Comparable<N>>
A sparse matrix (this implementation) is not thread safe.(package private) class
Subregion2D<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.ColumnsRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.LimitRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.OffsetRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.RowsRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.SynchronizedRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.TransposedRegion<N extends java.lang.Comparable<N>>
(package private) static class
Subregion2D.WrapperRegion<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.matrix.store with type parameters of type Mutate2D.Receiver Modifier and Type Method Description <NN extends java.lang.Comparable<NN>,R extends Mutate2D.Receiver<NN>>
Access2D.Collectable<NN,R>R032Store. asCollectable2D()
<NN extends java.lang.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.structure Modifier and Type Interface Description static interface
Mutate2D.ModifiableReceiver<N extends java.lang.Comparable<N>>
Apart from extendingMutate2D.Receiver
this interface extendsMutate2D.Modifiable
andMutate2D.Exchangeable
which both imply access to existing elements as well asAccess2D
that dictates explicit access.Methods in org.ojalgo.structure with type parameters of type Mutate2D.Receiver Modifier and Type Method Description default <NN extends java.lang.Comparable<NN>,R extends Mutate2D.Receiver<NN>>
Access2D.Collectable<NN,R>Access2D. asCollectable2D()
static <R extends Mutate2D.Receiver<java.lang.Double>>
Access2D.Collectable<java.lang.Double,R>Access2D. newPrimitiveColumnCollectable(Access1D<?> anything1D)
static <R extends Mutate2D.Receiver<java.lang.Double>>
Access2D.Collectable<java.lang.Double,R>Access2D. newPrimitiveRowCollectable(Access1D<?> anything1D)
-
Uses of Mutate2D.Receiver in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement Mutate2D.Receiver Modifier and Type Class Description class
MatrixTensor<N extends java.lang.Comparable<N>>
-