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 Mutate2DClasses in org.ojalgo.array that implement interfaces with type arguments of type 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 TypeClassDescriptionclassTreats 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) classDenseMutator2D<N extends Comparable<N>, M extends BasicMatrix<N,M>> static final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class(package private) classSparseMutator2D<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 TypeInterfaceDescriptioninterfaceDecompositionStore<N extends Comparable<N>>Only classes that will act as a delegate to a MatrixDecomposition implementation from this package should implement this interface.Methods in org.ojalgo.matrix.decomposition with type parameters of type Mutate2DModifier and TypeMethodDescription(package private) <N extends Comparable<N>, M extends Access2D<N> & Mutate2D>
voidPivot.applyPivotOrder(M arg) Equivalent to selecting the rows (or columns) in the pivot order,arg.rows(pivot.getOrder()).(package private) <N extends Comparable<N>, M extends Access2D<N> & Mutate2D>
voidPivot.applyReverseOrder(M arg) Equivalent to selecting the rows (or columns) in the reverse order,arg.rows(pivot.reverseOrder()).private <N extends Comparable<N>, M extends Access2D<N> & Mutate2D>
voidPivot.followPermutationCycles(M elements, int[] order) -
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.(package private) static classCompressedSparseR064.Builder<I extends CompressedSparseR064>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.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.(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>> -
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 classMethods in org.ojalgo.optimisation.linear that return Mutate2DModifier and TypeMethodDescription(package private) Mutate2DRevisedStore.constraintsBody()(package private) abstract Mutate2DSimplexStore.constraintsBody()The simplex' constraints body (including the parts corresponding to slack and artificial variables). -
Uses of Mutate2D in org.ojalgo.scalar
Classes in org.ojalgo.scalar that implement interfaces with type arguments of type Mutate2DModifier and TypeClassDescriptionfinal classComplexNumber is an immutable complex number class.final classMethods 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 Mutate2DModifier and TypeClassDescriptionclass(package private) static final class(package private) static final classClasses in org.ojalgo.structure that implement interfaces with type arguments of type Mutate2DModifier and TypeClassDescriptionstatic final classAccess2D.SelectionView<N extends Comparable<N>>static final classAccessAnyD.MatrixView<N extends Comparable<N>>Fields in org.ojalgo.structure declared as Mutate2DModifier and TypeFieldDescriptionprivate final Mutate2DAccess2D.ColumnView.myMutate2Dprivate final Mutate2DAccess2D.RowView.myMutate2DMethods 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>