Uses of Interface
org.ojalgo.structure.Access1D.Sliceable
Packages that use Access1D.Sliceable
Package
Description
-
Uses of Access1D.Sliceable in org.ojalgo.array
Classes in org.ojalgo.array that implement Access1D.SliceableModifier and TypeClassDescriptionfinal classArray1D<N extends Comparable<N>>Array1Dfinal classArray2D<N extends Comparable<N>>Array2Dfinal classArrayAnyD<N extends Comparable<N>>ArrayAnyD -
Uses of Access1D.Sliceable in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Access1D.Sliceable -
Uses of Access1D.Sliceable in org.ojalgo.matrix.decomposition
Subinterfaces of Access1D.Sliceable 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 Access1D.Sliceable in org.ojalgo.matrix.store
Subinterfaces of Access1D.Sliceable in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptioninterfaceMatrixStore<N extends Comparable<N>>A MatrixStore is a two dimensional store of numbers/scalars.interfacePhysicalStore<N extends Comparable<N>>PhysicalStore:s, as opposed to MatrixStore:s, are mutable.Classes in org.ojalgo.matrix.store that implement Access1D.SliceableModifier and TypeClassDescriptionfinal classColumnsSupplier<N extends Comparable<N>>Sparse columns – columns can be added and removed.final classDiagonalStore<N extends Comparable<N>,D extends Access1D<?>> final classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.final classAimplementation of PhysicalStore.invalid reference
float
final classA compressed sparse column (CSC) matrix store implementation for double precision values.final classA compressed sparse row (CSR) matrix store implementation for double precision values.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 Access1D.Sliceable in org.ojalgo.structure
Subinterfaces of Access1D.Sliceable in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceAccess2D.Sliceable<N extends Comparable<N>>static interfaceAccessAnyD.Sliceable<N extends Comparable<N>>