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 classArray2D<N extends java.lang.Comparable<N>>Array2DMethods in org.ojalgo.array with parameters of type Mutate2D Modifier and Type Method Description voidArray2D. 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 classImageDataTreats an image as a matrix.(package private) static classImageData.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 voidDiscreteFourierTransform. 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) classDenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>static classMatrixC128.DenseReceiverstatic classMatrixC128.SparseReceiverstatic classMatrixH256.DenseReceiverstatic classMatrixH256.SparseReceiverstatic classMatrixQ128.DenseReceiverstatic classMatrixQ128.SparseReceiverstatic classMatrixR032.DenseReceiverstatic classMatrixR032.SparseReceiverstatic classMatrixR064.DenseReceiverstatic classMatrixR064.SparseReceiverstatic classMatrixR128.DenseReceiverstatic classMatrixR128.SparseReceiver(package private) classSparseMutator2D<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 interfaceDecompositionStore<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.Methods in org.ojalgo.matrix.decomposition with type parameters of type Mutate2D Modifier and Type Method Description (package private) <N extends java.lang.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 java.lang.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 java.lang.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.store Modifier and Type Interface Description interfacePhysicalStore<N extends java.lang.Comparable<N>>PhysicalStore:s, as opposed to MatrixStore:s, are mutable.interfaceTransformableRegion<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 classColumnsSupplier<N extends java.lang.Comparable<N>>Sparse columns – columns can be added and removed.classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.classR032StoreA float implementation of PhysicalStore.classR064StoreA double implementation of PhysicalStore.classRawStoreUses double[][] internally.classRowsSupplier<N extends java.lang.Comparable<N>>Sparse rows – rows can be added and removed.classSparseStore<N extends java.lang.Comparable<N>>A sparse matrix (this implementation) is not thread safe.static classSparseStore.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) classSubregion2D<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.ColumnsRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.LimitRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.OffsetRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.RowsRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.SynchronizedRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.TransposedRegion<N extends java.lang.Comparable<N>>(package private) static classSubregion2D.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) classDenseTableau(package private) classSimplexTableau(package private) classSparseTableauMethods in org.ojalgo.optimisation.linear that return Mutate2D Modifier and Type Method Description (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
Methods in org.ojalgo.scalar with parameters of type Mutate2D Modifier and Type Method Description voidComplexNumber. supplyTo(Mutate2D receiver)voidQuaternion. 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 interfaceAccess2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D>Subinterfaces of Mutate2D in org.ojalgo.structure Modifier and Type Interface Description static interfaceFactory2D.Builder<I extends Structure2D>static interfaceMutate2D.Fillable<N extends java.lang.Comparable<N>>static interfaceMutate2D.ModifiableReceiver<N extends java.lang.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 java.lang.Comparable<N>>Classes in org.ojalgo.structure that implement Mutate2D Modifier and Type Class Description classPrimitive2D(package private) static classPrimitive2D.Simple(package private) static classPrimitive2D.WrapperMethods in org.ojalgo.structure with parameters of type Mutate2D Modifier and Type Method Description voidAccess2D.SelectionView. supplyTo(Mutate2D receiver)voidAccessAnyD.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 classTensorFactory2D<N extends java.lang.Comparable<N>,T extends Mutate2D>Classes in org.ojalgo.tensor that implement Mutate2D Modifier and Type Class Description classMatrixTensor<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)
-