Uses of Interface
org.ojalgo.structure.Mutate2D
Packages that use Mutate2D
Package
Description
-
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.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 Mutate2D -
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) -
Uses of Mutate2D in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2DModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Uses of Mutate2D in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D 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 in org.ojalgo.matrix.store
Subinterfaces of Mutate2D 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 Mutate2DModifier 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
static final classA builder for constructingR064CSRinstances.static final classA builder for constructing CSR matrix stores. the dimensions of the matrix are determined by the highest row and column indices set.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.static final classSparseStore.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. -
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 interfaceAccess2D.Collectable<N extends Comparable<N>,R extends Mutate2D> Subinterfaces of Mutate2D in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceFactory2D.Builder<I extends Structure2D>static interfaceMutate2D.Fillable<N extends Comparable<N>>static interfaceMutate2D.ModifiableReceiver<N extends Comparable<N>>Apart from extendingMutate2D.Receiverthis interface extendsMutate2D.ModifiableandMutate2D.Exchangeablewhich both imply access to existing elements as well asAccess2Dthat dictates explicit access.static interfaceMutate2D.Receiver<N extends Comparable<N>>Classes in org.ojalgo.structure that implement Mutate2DMethods 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 classTensorFactory2D<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>