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
Method 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. -
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) 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 TypeClassDescriptionstatic 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.Methods 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) -
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) -
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)