Uses of Interface
org.ojalgo.structure.Mutate2D
-
Packages that use Mutate2D Package Description org.ojalgo.array org.ojalgo.array.operation 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.org.ojalgo.data org.ojalgo.data.image org.ojalgo.data.transform org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.optimisation.linear org.ojalgo.scalar org.ojalgo.series.primitive org.ojalgo.structure org.ojalgo.tensor -
-
Uses of Mutate2D in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D Modifier and Type Class Description class
Array2D<N extends java.lang.Comparable<N>>
Array2DMethods in org.ojalgo.array with parameters of type Mutate2D Modifier and Type Method Description void
Array2D. supplyTo(Mutate2D receiver)
-
Uses of Mutate2D in org.ojalgo.array.operation
Methods in org.ojalgo.array.operation with type parameters of type Mutate2D Modifier and Type Method Description (package private) static <N extends java.lang.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 Mutate2D Modifier and Type Method Description static <N extends java.lang.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 Mutate2D Modifier and Type Method Description static <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 Mutate2D Modifier and Type Class Description class
ImageData
Treats an image as a matrix.(package private) static class
ImageData.SingleChannel
-
Uses of Mutate2D in org.ojalgo.data.transform
Methods in org.ojalgo.data.transform with type parameters of type Mutate2D Modifier and Type Method Description static <M extends Mutate2D>
MDiscreteFourierTransform. newVandermonde(Factory2D<M> factory, int size)
Methods in org.ojalgo.data.transform with parameters of type Mutate2D Modifier and Type Method Description (package private) static void
DiscreteFourierTransform. generate(Mutate2D matrix)
-
Uses of Mutate2D in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D 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
MatrixC128.SparseReceiver
static class
MatrixH256.DenseReceiver
static class
MatrixH256.SparseReceiver
static class
MatrixQ128.DenseReceiver
static class
MatrixQ128.SparseReceiver
static class
MatrixR032.DenseReceiver
static class
MatrixR032.SparseReceiver
static class
MatrixR064.DenseReceiver
static class
MatrixR064.SparseReceiver
static class
MatrixR128.DenseReceiver
static class
MatrixR128.SparseReceiver
(package private) class
SparseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>
-
Uses of Mutate2D in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D 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 in org.ojalgo.matrix.store
Subinterfaces of Mutate2D 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 Modifier and Type Class Description class
ColumnsSupplier<N extends java.lang.Comparable<N>>
Sparse columns – columns can be added and removed.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
RowsSupplier<N extends java.lang.Comparable<N>>
Sparse rows – rows can be added and removed.class
SparseStore<N extends java.lang.Comparable<N>>
A sparse matrix (this implementation) is not thread safe.static class
SparseStore.Builder<N extends java.lang.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 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>>
-
Uses of Mutate2D in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Mutate2D Modifier and Type Class Description (package private) class
DenseTableau
(package private) class
SimplexTableau
(package private) class
SparseTableau
Methods in org.ojalgo.optimisation.linear that return Mutate2D Modifier and Type Method Description (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 Modifier and Type Method Description void
ComplexNumber. supplyTo(Mutate2D receiver)
void
Quaternion. supplyTo(Mutate2D receiver)
-
Uses of Mutate2D in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with type parameters of type Mutate2D Modifier and Type Method Description <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 Mutate2D Modifier and Type Interface Description static interface
Access2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D>
Subinterfaces of Mutate2D in org.ojalgo.structure Modifier and Type Interface Description static interface
Factory2D.Builder<I extends Structure2D>
static interface
Mutate2D.Fillable<N extends java.lang.Comparable<N>>
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.static interface
Mutate2D.Receiver<N extends java.lang.Comparable<N>>
Classes in org.ojalgo.structure that implement Mutate2D Modifier and Type Class Description class
Primitive2D
(package private) static class
Primitive2D.Simple
(package private) static class
Primitive2D.Wrapper
Methods in org.ojalgo.structure with parameters of type Mutate2D Modifier and Type Method Description void
Access2D.SelectionView. supplyTo(Mutate2D receiver)
void
AccessAnyD.MatrixView. supplyTo(Mutate2D receiver)
-
Uses of Mutate2D in org.ojalgo.tensor
Classes in org.ojalgo.tensor with type parameters of type Mutate2D Modifier and Type Class Description class
TensorFactory2D<N extends java.lang.Comparable<N>,T extends Mutate2D>
Classes in org.ojalgo.tensor that implement Mutate2D Modifier and Type Class Description class
MatrixTensor<N extends java.lang.Comparable<N>>
Methods in org.ojalgo.tensor with type parameters of type Mutate2D Modifier and Type Method Description static <N extends java.lang.Comparable<N>,T extends Mutate2D>
TensorFactory2D<N,T>TensorFactory2D. of(Factory2D<T> factory)
-