@Deprecated public static interface Access2D.Elements extends Structure2D, Access1D.Elements
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,?>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.RowColumnCallback, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
Modifier and Type | Method and Description |
---|---|
default boolean |
isAbsolute(long index)
Deprecated.
v48 Will be removed
|
boolean |
isAbsolute(long row,
long col)
Deprecated.
v48 Will be removed
|
default boolean |
isColumnSmall(long col,
double comparedTo)
Deprecated.
v48 Will be removed
|
default boolean |
isColumnSmall(long row,
long col,
double comparedTo)
Deprecated.
v48 Will be removed
|
default boolean |
isRowSmall(long row,
double comparedTo)
Deprecated.
v48 Will be removed
|
default boolean |
isRowSmall(long row,
long col,
double comparedTo)
Deprecated.
v48 Will be removed
|
default boolean |
isSmall(long index,
double comparedTo)
Deprecated.
v48 Will be removed
|
boolean |
isSmall(long row,
long col,
double comparedTo)
Deprecated.
v48 Will be removed
|
column, column, column, column, column, count, count, countColumns, countRows, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, mapperOf, row, row, row, row, row
isAllSmall
index, loopAll, loopMatching, loopRange, mapper, size
@Deprecated default boolean isAbsolute(long index)
isAbsolute
in interface Access1D.Elements
Scalar.isAbsolute()
@Deprecated boolean isAbsolute(long row, long col)
Scalar.isAbsolute()
@Deprecated default boolean isColumnSmall(long col, double comparedTo)
NormedVectorSpace.isSmall(double)
@Deprecated default boolean isColumnSmall(long row, long col, double comparedTo)
NormedVectorSpace.isSmall(double)
@Deprecated default boolean isRowSmall(long row, double comparedTo)
NormedVectorSpace.isSmall(double)
@Deprecated default boolean isRowSmall(long row, long col, double comparedTo)
NormedVectorSpace.isSmall(double)
@Deprecated default boolean isSmall(long index, double comparedTo)
isSmall
in interface Access1D.Elements
NormedVectorSpace.isSmall(double)
@Deprecated boolean isSmall(long row, long col, double comparedTo)
NormedVectorSpace.isSmall(double)
Copyright © 2019 Optimatika. All rights reserved.