Uses of Interface
org.ojalgo.structure.Access1D.Collectable
Packages that use Access1D.Collectable
Package
Description
-
Uses of Access1D.Collectable in org.ojalgo.array
Classes in org.ojalgo.array that implement Access1D.CollectableModifier and TypeClassDescriptionfinal classArray1D<N extends Comparable<N>>Array1DclassA one- and/or arbitrary-dimensional array of ComplexNumber.classA one- and/or arbitrary-dimensional array of Quaternion.classA one- and/or arbitrary-dimensional array of RationalNumber.classA one- and/or arbitrary-dimensional array of double.classA one- and/or arbitrary-dimensional array of double.classA one- and/or arbitrary-dimensional array of Quadruple.classA one- and/or arbitrary-dimensional array of BigDecimal.classA one- and/or arbitrary-dimensional array of double.classA one- and/or arbitrary-dimensional array of double.classA one- and/or arbitrary-dimensional array of double.classA one- and/or arbitrary-dimensional array of double.classBasicArray<N extends Comparable<N>>A BasicArray is 1-dimensional, but designed to easily be extended or encapsulated, and then treated as arbitrary-dimensional.classThe odd member among the array implementations.classDenseArray<N extends Comparable<N>>Each and every element occupies memory and holds a value.classOff heap memory array.classPlainArray<N extends Comparable<N>>Array class limited by integer (int, not long) indices.classclassReferenceTypeArray<N extends Comparable<N>>A one- and/or arbitrary-dimensional array of Comparable.classScalarArray<N extends Scalar<N>>A one- and/or arbitrary-dimensional array of Scalar.final classSparseArray<N extends Comparable<N>>Only stores nonzero elements and/or elements specifically set by the user. -
Uses of Access1D.Collectable in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Access1D.Collectable -
Uses of Access1D.Collectable in org.ojalgo.matrix.decomposition
Subinterfaces of Access1D.Collectable 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.Methods in org.ojalgo.matrix.decomposition with parameters of type Access1D.CollectableModifier and TypeMethodDescriptionbooleanMatrixDecomposition.Updatable.updateColumn(int columnIndex, Access1D.Collectable<N, ? super TransformableRegion<N>> newColumn) Updates the decomposition when a column in the original matrix is replaced.default booleanQR.updateColumn(int columnIndex, Access1D.Collectable<N, ? super TransformableRegion<N>> newColumn) -
Uses of Access1D.Collectable in org.ojalgo.matrix.store
Subinterfaces of Access1D.Collectable 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.CollectableModifier and TypeClassDescriptionfinal classColumnsSupplier<N extends Comparable<N>>Sparse columns – columns can be added and removed.static final classColumnsSupplier.SingleView<N extends Comparable<N>>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.static final classRowsSupplier.SingleView<N extends Comparable<N>>final classSparseStore<N extends Comparable<N>>A sparse matrix (this implementation) is not thread safe. -
Uses of Access1D.Collectable in org.ojalgo.structure
Classes in org.ojalgo.structure that implement Access1D.CollectableModifier and TypeClassDescriptionstatic final classAccess1D.SelectionView<N extends Comparable<N>>static classAccess2D.ColumnView<N extends Comparable<N>>static classAccess2D.RowView<N extends Comparable<N>>static final classAccessAnyD.VectorView<N extends Comparable<N>>Methods in org.ojalgo.structure that return Access1D.CollectableModifier and TypeMethodDescriptiondefault <NN extends Comparable<NN>,R extends Mutate1D.Receiver<NN>>
Access1D.Collectable<NN, R> Access1D.asCollectable1D()