public static interface Access2D.Elements extends Structure2D, Access1D.Elements
Structure2D.IntRowColumn, 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) |
boolean |
isAbsolute(long row,
long col) |
default boolean |
isColumnSmall(long col,
double comparedTo) |
default boolean |
isColumnSmall(long row,
long col,
double comparedTo) |
default boolean |
isRowSmall(long row,
double comparedTo) |
default boolean |
isRowSmall(long row,
long col,
double comparedTo) |
default boolean |
isSmall(long index,
double comparedTo) |
boolean |
isSmall(long row,
long col,
double comparedTo) |
column, column, column, column, column, count, countColumns, countRows, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, mapperOf, row, row, row, row, rowisAllSmallloopAll, loopMatching, loopRange, mapperdefault boolean isAbsolute(long index)
isAbsolute in interface Access1D.ElementsScalar.isAbsolute()boolean isAbsolute(long row,
long col)
Scalar.isAbsolute()default boolean isColumnSmall(long col,
double comparedTo)
NormedVectorSpace.isSmall(double)default boolean isColumnSmall(long row,
long col,
double comparedTo)
NormedVectorSpace.isSmall(double)default boolean isRowSmall(long row,
double comparedTo)
NormedVectorSpace.isSmall(double)default boolean isRowSmall(long row,
long col,
double comparedTo)
NormedVectorSpace.isSmall(double)default boolean isSmall(long index,
double comparedTo)
isSmall in interface Access1D.ElementsNormedVectorSpace.isSmall(double)boolean isSmall(long row,
long col,
double comparedTo)
NormedVectorSpace.isSmall(double)Copyright © 2018 Optimatika. All rights reserved.