Uses of Interface
org.ojalgo.structure.Mutate2D.ModifiableReceiver
Packages that use Mutate2D.ModifiableReceiver
Package
Description
-
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.ModifiableReceiver -
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.data
Fields in org.ojalgo.data declared as Mutate2D.ModifiableReceiverModifier and TypeFieldDescriptionprivate final Mutate2D.ModifiableReceiver<Double> DataBatch.myDataMethod parameters in org.ojalgo.data with type arguments of type Mutate2D.ModifiableReceiverModifier and TypeMethodDescriptionstatic DataBatchDataBatch.from(Factory2D<? extends Mutate2D.ModifiableReceiver<Double>> factory, int batchSize, int dataNodes) With the batch size/capacity specified.Constructors in org.ojalgo.data with parameters of type Mutate2D.ModifiableReceiverModifierConstructorDescription(package private) -
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with parameters of type Mutate2D.ModifiableReceiverModifier and TypeMethodDescriptionfinal voidDiscreteFourierTransform.inverse(Access1D<?> input, Mutate2D.ModifiableReceiver<ComplexNumber> output) private static voidDiscreteFourierTransform.FFT.toOutput(double[] workRe, double[] workIm, boolean conjugate, boolean scale, Mutate2D.ModifiableReceiver<ComplexNumber> output) Copy the results to the output data structure.voidDiscreteFourierTransform.FFT.transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output) voidDiscreteFourierTransform.FullMatrix.transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output) voidDiscreteFourierTransform.Single.transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output) abstract voidDiscreteFourierTransform.transform(Access1D<?> input, DiscreteFourierTransform.Directive directive, Mutate2D.ModifiableReceiver<ComplexNumber> output) final voidDiscreteFourierTransform.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.ModifiableReceiverModifier and TypeClassDescriptionclassMatrixFactory<N extends 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.ModifiableReceiverModifier 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.ModifiableReceiver in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.ModifiableReceiver 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.ModifiableReceiver in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.ModifiableReceiver 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.ModifiableReceiverModifier 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>>Fields in org.ojalgo.matrix.store declared as Mutate2D.ModifiableReceiverModifier and TypeFieldDescriptionprivate final Mutate2D.ModifiableReceiver<N> Subregion2D.WrapperRegion.myBaseMethods in org.ojalgo.matrix.store with parameters of type Mutate2D.ModifiableReceiverModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
TransformableRegion<N> TransformableRegion.cast(Mutate2D.ModifiableReceiver<N> target) Constructors in org.ojalgo.matrix.store with parameters of type Mutate2D.ModifiableReceiverModifierConstructorDescription(package private) -
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.scalar
Methods in org.ojalgo.scalar with type parameters of type Mutate2D.ModifiableReceiverModifier and TypeMethodDescription<T extends Mutate2D.ModifiableReceiver<Double>>
voidComplexNumber.transform(T transformable) <T extends Mutate2D.ModifiableReceiver<Double>>
voidQuaternion.transform(T transformable) (package private) <T extends Mutate2D.ModifiableReceiver<Double>>
voidQuaternion.transformVersor(T transformable) (package private) <T extends Mutate2D.ModifiableReceiver<Double>>
voidComplexNumber.transformWhenUnit(T transformable) -
Uses of Mutate2D.ModifiableReceiver in org.ojalgo.structure
Methods in org.ojalgo.structure with type parameters of type Mutate2D.ModifiableReceiverModifier and TypeMethodDescription<T extends Mutate2D.ModifiableReceiver<N>>
voidTransformation2D.transform(T transformable)