Uses of Interface
org.ojalgo.structure.Mutate2D
Packages that use Mutate2D
Package
Description
Everythinng in this package should be considered library-private – it should only be used by other parts of
ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
-
Uses of Mutate2D in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2DMethods in org.ojalgo.array with parameters of type Mutate2D -
Uses of Mutate2D in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with type parameters of type Mutate2DModifier and TypeMethodDescription(package private) static <N extends Comparable<N>,
T extends Mutate2D>
TFillCompatible.expand
(Factory2D<T> factory, Access2D<N> left, BinaryFunction<N> operator, Access2D<N> right) Methods in org.ojalgo.array.operation with parameters of type Mutate2DModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
voidFillCompatible.invoke
(Mutate2D target, Access2D<N> left, BinaryFunction<N> operator, Access2D<N> right) -
Uses of Mutate2D in org.ojalgo.data
Methods in org.ojalgo.data with type parameters of type Mutate2DModifier and TypeMethodDescriptionstatic <M extends Mutate2D>
MDataProcessors.correlations
(Factory2D<M> factory, Access1D<?>... data) Calculate the correlation matrix from a set of variables' samples.static <M extends Mutate2D>
MDataProcessors.covariances
(Factory2D<M> factory, double[]... data) static <D extends Access2D<?> & Access2D.Sliceable<?>,
M extends Mutate2D>
MDataProcessors.covariances
(Factory2D<M> factory, D data) Variables in columns and matching samples in rows.static <M extends Mutate2D>
MDataProcessors.covariances
(Factory2D<M> factory, Access1D<?>... data) Calculate the covariance matrix from a set of variables' samples. -
Uses of Mutate2D in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Mutate2DModifier and TypeClassDescriptionclass
Treats an image as a matrix.(package private) static final class
-
Uses of Mutate2D in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with type parameters of type Mutate2DModifier and TypeMethodDescriptionstatic <M extends Mutate2D>
MDiscreteFourierTransform.newVandermonde
(Factory2D<M> factory, int size) Methods in org.ojalgo.data.transform with parameters of type Mutate2D -
Uses of Mutate2D in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2DModifier and TypeClassDescription(package private) class
DenseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
(package private) class
SparseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> -
Uses of Mutate2D in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterface
DecompositionStore<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 in org.ojalgo.matrix.store
Subinterfaces of Mutate2D in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptioninterface
PhysicalStore<N extends Comparable<N>>
PhysicalStore:s, as opposed to MatrixStore:s, are mutable.interface
TransformableRegion<N extends Comparable<N>>
A transformable 2D (sub)region.Classes in org.ojalgo.matrix.store that implement Mutate2DModifier and TypeClassDescriptionfinal class
ColumnsSupplier<N extends Comparable<N>>
Sparse columns – columns can be added and removed.final class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.final class
Ainvalid reference
float
final class
Ainvalid reference
double
final class
Uses double[][] internally.final class
RowsSupplier<N extends Comparable<N>>
Sparse rows – rows can be added and removed.final class
SparseStore<N extends Comparable<N>>
A sparse matrix (this implementation) is not thread safe.static final class
SparseStore.Builder<N extends Comparable<N>>
May be a preferable way to build a sparse matrix if: You don't know the number of nonzero elements in advance.(package private) class
Subregion2D<N extends Comparable<N>>
(package private) static final class
Subregion2D.ColumnsRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.LimitRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.OffsetRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.RowsRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.SynchronizedRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.TransposedRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.WrapperRegion<N extends Comparable<N>>
-
Uses of Mutate2D in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Mutate2DModifier and TypeClassDescription(package private) final class
(package private) class
(package private) final class
Methods in org.ojalgo.optimisation.linear that return Mutate2DModifier and TypeMethodDescription(package private) Mutate2D
RevisedStore.constraintsBody()
(package private) abstract Mutate2D
SimplexStore.constraintsBody()
The simplex' constraints body (including the parts corresponding to slack and artificial variables). -
Uses of Mutate2D in org.ojalgo.scalar
Methods in org.ojalgo.scalar with parameters of type Mutate2D -
Uses of Mutate2D in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with type parameters of type Mutate2DModifier and TypeMethodDescription<M extends Mutate2D>
MSeriesSet.getCorrelations
(Factory2D<M> factory) <M extends Mutate2D>
MSeriesSet.getCovariances
(Factory2D<M> factory) -
Uses of Mutate2D in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type Mutate2DModifier and TypeInterfaceDescriptionstatic interface
Access2D.Collectable<N extends Comparable<N>,
R extends Mutate2D> Subinterfaces of Mutate2D in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interface
Factory2D.Builder<I extends Structure2D>
static interface
Mutate2D.Fillable<N extends Comparable<N>>
static interface
Mutate2D.ModifiableReceiver<N extends 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.static interface
Mutate2D.Receiver<N extends Comparable<N>>
Classes in org.ojalgo.structure that implement Mutate2DModifier and TypeClassDescriptionclass
(package private) static final class
(package private) static final class
Methods in org.ojalgo.structure with parameters of type Mutate2D -
Uses of Mutate2D in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type Mutate2DModifier and TypeClassDescriptionfinal class
TensorFactory2D<N extends Comparable<N>,
T extends Mutate2D> Classes in org.ojalgo.tensor that implement Mutate2DMethods in org.ojalgo.tensor with type parameters of type Mutate2DModifier and TypeMethodDescriptionstatic <N extends Comparable<N>,
T extends Mutate2D>
TensorFactory2D<N, T>