Interface Mutate2D.Fillable<N extends Comparable<N>>
- All Superinterfaces:
Mutate1D, Mutate1D.Fillable<N>, Mutate2D, Structure1D, Structure2D
- All Known Subinterfaces:
DecompositionStore<N>, Mutate2D.ModifiableReceiver<N>, Mutate2D.Receiver<N>, PhysicalStore<N>, TransformableRegion<N>
- All Known Implementing Classes:
Array2D, ColumnsSupplier, DenseMutator2D, GenericStore, ImageData, ImageData.SingleChannel, MatrixC128.DenseReceiver, MatrixH256.DenseReceiver, MatrixQ128.DenseReceiver, MatrixR032.DenseReceiver, MatrixR064.DenseReceiver, MatrixR128.DenseReceiver, MatrixTensor, R032Store, R064Store, RawStore, RowsSupplier, SparseStore, Subregion2D, Subregion2D.ColumnsRegion, Subregion2D.LimitRegion, Subregion2D.OffsetRegion, Subregion2D.RowsRegion, Subregion2D.SynchronizedRegion, Subregion2D.TransposedRegion, Subregion2D.WrapperRegion
- Enclosing interface:
Mutate2D
public static interface Mutate2D.Fillable<N extends Comparable<N>>
extends Mutate2D, Mutate1D.Fillable<N>
-
Nested Class Summary
Nested classes/interfaces inherited from interface Mutate1D
Mutate1D.Fillable<N>, Mutate1D.Mixable<N>, Mutate1D.Modifiable<N>, Mutate1D.ModifiableReceiver<N>, Mutate1D.Receiver<N>, Mutate1D.SortableNested classes/interfaces inherited from interface Mutate2D
Mutate2D.Exchangeable, Mutate2D.Fillable<N>, Mutate2D.Mixable<N>, Mutate2D.Modifiable<N>, Mutate2D.ModifiableReceiver<N>, Mutate2D.Receiver<N>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback Nested classes/interfaces inherited from interface Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Method Summary
Modifier and TypeMethodDescriptiondefault voidfillColumn(long row, long col, N value) default voidfillColumn(long row, long col, NullaryFunction<?> supplier) default voidfillColumn(long row, long col, Access1D<N> values) default voidfillColumn(long col, N value) default voidfillColumn(long col, NullaryFunction<?> supplier) default voidfillColumn(long col, Access1D<N> values) default voidfillCompatible(Access2D<N> left, BinaryFunction<N> operator, Access2D<N> right) 'this' needs to be of a size compatible with the 'left' and 'right' matrices.default voidfillDiagonal(long row, long col, N value) default voidfillDiagonal(long row, long col, NullaryFunction<?> supplier) default voidfillDiagonal(long row, long col, Access1D<N> values) default voidfillDiagonal(N value) default voidfillDiagonal(NullaryFunction<?> supplier) default voidfillDiagonal(Access1D<N> values) default voiddefault voidfillRow(long row, long col, NullaryFunction<?> supplier) default voiddefault voiddefault voidfillRow(long row, NullaryFunction<?> supplier) default voidMethods inherited from interface Mutate1D.Fillable
fillAll, fillAll, fillCompatible, fillMatching, fillMatching, fillMatching, fillMatching, fillRange, fillRangeMethods inherited from interface Mutate2D
set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Method Details
-
fillColumn
-
fillColumn
-
fillColumn
-
fillColumn
-
fillColumn
-
fillColumn
-
fillCompatible
'this' needs to be of a size compatible with the 'left' and 'right' matrices. No checks are performed. The term "compatible" refers to MATLAB's rules for "array broadcasting". The result will be the same as if the 'left' and 'right' matrices where expanded (repeated) so that all three where of the same size, and then the operation was performed. The actual implementation may be more efficient than that. -
fillDiagonal
-
fillDiagonal
-
fillDiagonal
-
fillDiagonal
-
fillDiagonal
-
fillDiagonal
-
fillRow
-
fillRow
-
fillRow
-
fillRow
-
fillRow
-
fillRow
-