Uses of Interface
org.ojalgo.structure.Mutate1D.Fillable
Packages that use Mutate1D.Fillable
Package
Description
-
Uses of Mutate1D.Fillable in org.ojalgo.array
Classes in org.ojalgo.array that implement Mutate1D.FillableModifier and TypeClassDescriptionfinal classArray1D<N extends Comparable<N>>Array1Dfinal classArray2D<N extends Comparable<N>>Array2Dfinal classArrayAnyD<N extends Comparable<N>>ArrayAnyDclassA 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.(package private) final class(package private) final class(package private) final class(package private) final class(package private) final class(package private) final classclassDenseArray<N extends Comparable<N>>Each and every element occupies memory and holds a value.classOff heap memory array.(package private) final class(package private) final class(package private) final class(package private) final class(package private) final class(package private) final classclassPlainArray<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.(package private) final classSegmentedArray<N extends Comparable<N>>An array implemented as a sequence of segments that together make up the data structure.final classSparseArray<N extends Comparable<N>>Only stores nonzero elements and/or elements specifically set by the user. -
Uses of Mutate1D.Fillable in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Mutate1D.FillableModifier and TypeClassDescriptionclassTreats an image as a matrix.(package private) static final class -
Uses of Mutate1D.Fillable in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Mutate1D.FillableModifier and TypeClassDescription(package private) classDenseMutator2D<N extends Comparable<N>, M extends BasicMatrix<N,M>> static final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Uses of Mutate1D.Fillable in org.ojalgo.matrix.decomposition
Subinterfaces of Mutate1D.Fillable 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 Mutate1D.Fillable in org.ojalgo.matrix.store
Subinterfaces of Mutate1D.Fillable 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 Mutate1D.FillableModifier 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
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.(package private) classSubregion2D<N extends Comparable<N>>(package private) static final classSubregion2D.ColumnsRegion<N extends Comparable<N>>(package private) static final classSubregion2D.LimitRegion<N extends Comparable<N>>(package private) static final classSubregion2D.OffsetRegion<N extends Comparable<N>>(package private) static final classSubregion2D.RowsRegion<N extends Comparable<N>>(package private) static final classSubregion2D.SynchronizedRegion<N extends Comparable<N>>(package private) static final classSubregion2D.TransposedRegion<N extends Comparable<N>>(package private) static final classSubregion2D.WrapperRegion<N extends Comparable<N>> -
Uses of Mutate1D.Fillable in org.ojalgo.structure
Subinterfaces of Mutate1D.Fillable in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceMutate1D.ModifiableReceiver<N extends Comparable<N>>static interfaceMutate1D.Receiver<N extends Comparable<N>>Anything/everything that does not require interaction with already existing elements.static interfaceMutate2D.Fillable<N extends Comparable<N>>static 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.static interfaceMutate2D.Receiver<N extends Comparable<N>>static interfaceMutateAnyD.Fillable<N extends Comparable<N>>static interfaceMutateAnyD.ModifiableReceiver<N extends Comparable<N>>static interfaceMutateAnyD.Receiver<N extends Comparable<N>> -
Uses of Mutate1D.Fillable in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement Mutate1D.FillableModifier and TypeClassDescriptionfinal classAnyTensor<N extends Comparable<N>>final classMatrixTensor<N extends Comparable<N>>final classVectorTensor<N extends Comparable<N>>Methods in org.ojalgo.tensor with parameters of type Mutate1D.FillableModifier and TypeMethodDescription(package private) void(package private) voidArrayBasedTensor.multiply(Mutate1D.Fillable<N> receiver, double left, Access1D<N> right) (package private) void(package private) voidArrayBasedTensor.negate(Mutate1D.Fillable<N> receiver, Access1D<N> argument)