Uses of Interface
org.ojalgo.structure.Mutate2D.Modifiable
Packages that use Mutate2D.Modifiable
Package
Description
-
Uses of Mutate2D.Modifiable in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate2D.Modifiable -
Uses of Mutate2D.Modifiable in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate2D.ModifiableModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Uses of Mutate2D.Modifiable in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate2D.Modifiable 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.Modifiable in org.ojalgo.matrix.store
Subinterfaces of Mutate2D.Modifiable 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 Mutate2D.ModifiableModifier 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. -
Uses of Mutate2D.Modifiable in org.ojalgo.structure
Subinterfaces of Mutate2D.Modifiable in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic 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.