Uses of Interface
org.ojalgo.structure.Mutate2D.Exchangeable
Packages that use Mutate2D.Exchangeable
Package
Description
-
Uses of Mutate2D.Exchangeable in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.Exchangeable -
Uses of Mutate2D.Exchangeable in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D.ExchangeableModifier and TypeClassDescription(package private) class
DenseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> static final class
static final class
static final class
static final class
static final class
static final class
-
Uses of Mutate2D.Exchangeable in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.Exchangeable in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterface
DecompositionStore<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.Exchangeable in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.Exchangeable in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptioninterface
PhysicalStore<N extends Comparable<N>>
PhysicalStore:s, as opposed to MatrixStore:s, are mutable.interface
TransformableRegion<N extends Comparable<N>>
A transformable 2D (sub)region.Classes in org.ojalgo.matrix.store that implement Mutate2D.ExchangeableModifier and TypeClassDescriptionfinal class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.final class
Ainvalid reference
float
final class
Ainvalid reference
double
final class
Uses double[][] internally.final class
SparseStore<N extends Comparable<N>>
A sparse matrix (this implementation) is not thread safe.(package private) class
Subregion2D<N extends Comparable<N>>
(package private) static final class
Subregion2D.ColumnsRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.LimitRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.OffsetRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.RowsRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.SynchronizedRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.TransposedRegion<N extends Comparable<N>>
(package private) static final class
Subregion2D.WrapperRegion<N extends Comparable<N>>
-
Uses of Mutate2D.Exchangeable in org.ojalgo.structure
Subinterfaces of Mutate2D.Exchangeable in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interface
Mutate2D.ModifiableReceiver<N extends 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.