Uses of Interface
org.ojalgo.structure.Mutate2D.Modifiable
-
Packages that use Mutate2D.Modifiable Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.structure -
-
Uses of Mutate2D.Modifiable in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.Modifiable Modifier and Type Class Description classArray2D<N extends java.lang.Comparable<N>>Array2D -
Uses of Mutate2D.Modifiable in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D.Modifiable Modifier and Type Class Description (package private) classDenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>static classMatrixC128.DenseReceiverstatic classMatrixH256.DenseReceiverstatic classMatrixQ128.DenseReceiverstatic classMatrixR032.DenseReceiverstatic classMatrixR064.DenseReceiverstatic classMatrixR128.DenseReceiver -
Uses of Mutate2D.Modifiable in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.Modifiable 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. -
Uses of Mutate2D.Modifiable in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.Modifiable 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.Modifiable Modifier and Type Class Description classColumnsSupplier<N extends java.lang.Comparable<N>>Sparse columns – columns can be added and removed.(package private) static classCompressedSparseR064.Builder<I extends CompressedSparseR064>classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.classR032StoreA float implementation of PhysicalStore.static classR064CSC.BuilderA builder for constructingR064CSRinstances.static classR064CSR.BuilderA builder for constructing CSR matrix stores.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.(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.Modifiable in org.ojalgo.structure
Subinterfaces of Mutate2D.Modifiable in org.ojalgo.structure Modifier and Type Interface Description 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.
-