public interface MatrixReadable3x3DType extends MatrixReadableDType
double-typed matrices.| Modifier and Type | Method and Description |
|---|---|
double |
r0c0() |
double |
r0c1() |
double |
r0c2() |
double |
r1c0() |
double |
r1c1() |
double |
r1c2() |
double |
r2c0() |
double |
r2c1() |
double |
r2c2() |
default double |
rowColumn(int row,
int column) |
double r0c0()
double r0c1()
double r0c2()
double r1c0()
double r1c1()
double r1c2()
double r2c0()
double r2c1()
double r2c2()
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