public static final class PhysicalStore.ColumnsRegion<N extends Number> extends PhysicalStore.ConsumerRegion<N>
Mutate2D.BiModifiable<N extends Number>, Mutate2D.Exchangeable, Mutate2D.Fillable<N extends Number>, Mutate2D.Mixable<N extends Number>, Mutate2D.Modifiable<N extends Number>, Mutate2D.Receiver<N extends Number>Mutate1D.SortableStructure2D.RowColumnCallbackStructure1D.IndexCallback| Modifier and Type | Method and Description |
|---|---|
void |
add(long row,
long col,
double addend) |
void |
add(long row,
long col,
Number addend) |
long |
countColumns() |
long |
countRows() |
void |
fillColumn(long row,
long col,
Access1D<N> values) |
void |
fillColumn(long row,
long col,
N value) |
void |
fillColumn(long row,
long col,
NullaryFunction<N> supplier) |
void |
fillOne(long row,
long col,
Access1D<?> values,
long valueIndex) |
void |
fillOne(long row,
long col,
N value) |
void |
fillOne(long row,
long col,
NullaryFunction<N> supplier) |
void |
modifyColumn(long row,
long col,
UnaryFunction<N> modifier) |
void |
modifyOne(long row,
long col,
UnaryFunction<N> modifier) |
void |
set(long row,
long col,
double value) |
void |
set(long row,
long col,
Number value) |
fillByMultiplying, modifyMatching, modifyMatching, regionByColumns, regionByLimits, regionByOffsets, regionByRows, regionByTransposing, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, isAcceptablefillColumn, fillColumn, fillColumn, fillDiagonal, fillDiagonal, fillDiagonal, fillOne, fillOne, fillOne, fillRow, fillRow, fillRow, fillRow, fillRow, fillRowcolumn, column, column, column, column, count, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, row, row, row, row, rowfillAll, fillAll, fillMatching, fillRange, fillRangeloopAll, loopMatching, loopRangemodifyColumn, modifyDiagonal, modifyOne, modifyRow, modifyRowmodifyAll, modifyRangepublic void add(long row,
long col,
double addend)
public void add(long row,
long col,
Number addend)
public long countColumns()
public long countRows()
public void fillColumn(long row,
long col,
N value)
public void fillColumn(long row,
long col,
NullaryFunction<N> supplier)
public void fillOne(long row,
long col,
Access1D<?> values,
long valueIndex)
public void fillOne(long row,
long col,
N value)
public void fillOne(long row,
long col,
NullaryFunction<N> supplier)
public void modifyColumn(long row,
long col,
UnaryFunction<N> modifier)
public void modifyOne(long row,
long col,
UnaryFunction<N> modifier)
public void set(long row,
long col,
double value)
public void set(long row,
long col,
Number value)
Copyright © 2017 Optimatika. All rights reserved.