public interface MatrixReadable2x2DType extends MatrixReadableDType
double-typed matrices.| Modifier and Type | Method and Description |
|---|---|
double |
r0c0() |
double |
r0c1() |
double |
r1c0() |
double |
r1c1() |
default double |
rowColumn(int row,
int column) |
double r0c0()
double r0c1()
double r1c0()
double r1c1()
default double rowColumn(int row,
int column)
rowColumn in interface MatrixReadableDTyperow - The row, starting at 0column - The column, starting at 0row, column columnCopyright © 2017 <code@io7m.com> http://io7m.com