Uses of Interface
org.ojalgo.structure.Mutate2D.ModifiableReceiver
-
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.ModifiableReceiver Modifier and Type Class Description class
Array2D<N extends java.lang.Comparable<N>>
Array2D -
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.data
Fields in org.ojalgo.data declared as Mutate2D.ModifiableReceiver Modifier and Type Field Description private Mutate2D.ModifiableReceiver<java.lang.Double>
DataBatch. myData
Method parameters in org.ojalgo.data with type arguments of type Mutate2D.ModifiableReceiver Modifier and Type Method Description static DataBatch
DataBatch. from(Factory2D<? extends Mutate2D.ModifiableReceiver<java.lang.Double>> factory, int batchSize, int dataNodes)
With the batch size/capacity specified.Constructors in org.ojalgo.data with parameters of type Mutate2D.ModifiableReceiver Constructor Description DataBatch(Mutate2D.ModifiableReceiver<java.lang.Double> data)
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with parameters of type Mutate2D.ModifiableReceiver Modifier and Type Method Description void
DiscreteFourierTransform. inverse(Access1D<?> input, Mutate2D.ModifiableReceiver<ComplexNumber> output)
private static void
DiscreteFourierTransform.FFT. toOutput(double[] workRe, double[] workIm, boolean conjugate, boolean scale, Mutate2D.ModifiableReceiver<ComplexNumber> output)
Copy the results to the output data structure.void
DiscreteFourierTransform.FFT. transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output)
void
DiscreteFourierTransform.FullMatrix. transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output)
void
DiscreteFourierTransform.Single. transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output)
abstract void
DiscreteFourierTransform. transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output)
void
DiscreteFourierTransform. transform(Access1D<?> input, Mutate2D.ModifiableReceiver<ComplexNumber> output)
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.matrix
Classes in org.ojalgo.matrix with type parameters of type Mutate2D.ModifiableReceiver Modifier and Type Class Description class
MatrixFactory<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>,DR extends Mutate2D.ModifiableReceiver<N> & Factory2D.Builder<M>,SR extends Factory2D.Builder<M>>
MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.Classes in org.ojalgo.matrix that implement Mutate2D.ModifiableReceiver 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.ModifiableReceiver in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.ModifiableReceiver 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.ModifiableReceiver in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.ModifiableReceiver 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.ModifiableReceiver 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>>
Fields in org.ojalgo.matrix.store declared as Mutate2D.ModifiableReceiver Modifier and Type Field Description private Mutate2D.ModifiableReceiver<N>
Subregion2D.WrapperRegion. myBase
Methods in org.ojalgo.matrix.store with parameters of type Mutate2D.ModifiableReceiver Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
TransformableRegion<N>TransformableRegion. cast(Mutate2D.ModifiableReceiver<N> target)
Constructors in org.ojalgo.matrix.store with parameters of type Mutate2D.ModifiableReceiver Constructor Description WrapperRegion(Mutate2D.ModifiableReceiver<N> base)
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.scalar
Methods in org.ojalgo.scalar with type parameters of type Mutate2D.ModifiableReceiver Modifier and Type Method Description <T extends Mutate2D.ModifiableReceiver<java.lang.Double>>
voidComplexNumber. transform(T transformable)
<T extends Mutate2D.ModifiableReceiver<java.lang.Double>>
voidQuaternion. transform(T transformable)
(package private) <T extends Mutate2D.ModifiableReceiver<java.lang.Double>>
voidQuaternion. transformVersor(T transformable)
(package private) <T extends Mutate2D.ModifiableReceiver<java.lang.Double>>
voidComplexNumber. transformWhenUnit(T transformable)
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.structure
Methods in org.ojalgo.structure with type parameters of type Mutate2D.ModifiableReceiver Modifier and Type Method Description <T extends Mutate2D.ModifiableReceiver<N>>
voidTransformation2D. transform(T transformable)
-