public interface MatrixReadable2x2DType extends MatrixReadableDType
double elements.| Modifier and Type | Method and Description |
|---|---|
double |
getR0C0D() |
double |
getR0C1D() |
double |
getR1C0D() |
double |
getR1C1D() |
<V extends VectorWritable2DType> |
getRow2D(int row,
V out)
Retrieve row
row, saving the result to out. |
<V extends VectorWritable2DType> |
getRow2DUnsafe(int row,
V out)
Retrieve row
row, saving the result to out. |
getRowColumnD<V extends VectorWritable2DType> void getRow2D(int row, V out)
row, saving the result to out.V - The precise type of writable vector.row - The index of the row, starting at 0.out - The output vector.<V extends VectorWritable2DType> void getRow2DUnsafe(int row, V out)
row, saving the result to out. No bounds
checking is performed for row, and out-of-bounds values result in
undefined behaviour.V - The precise type of writable vector.row - The index of the row, starting at 0.out - The output vector.double getR0C0D()
double getR1C0D()
double getR0C1D()
double getR1C1D()
Copyright © 2016 <code@io7m.com> http://io7m.com