public interface MatrixWritable2x2DType extends MatrixWritableDType
double elements.| Modifier and Type | Method and Description |
|---|---|
void |
setR0C0D(double x)
Set row 0, column 0 of the matrix to
x. |
void |
setR0C1D(double x)
Set row 0, column 1 of the matrix to
x. |
void |
setR1C0D(double x)
Set row 1, column 0 of the matrix to
x. |
void |
setR1C1D(double x)
Set row 1, column 1 of the matrix to
x. |
void |
setRowWith2D(int row,
VectorReadable2DType v)
Set row
row of the matrix to v. |
void |
setRowWith2DUnsafe(int row,
VectorReadable2DType v)
Set row
row of the matrix to v. |
setRowColumnDvoid setRowWith2D(int row,
VectorReadable2DType v)
row of the matrix to v.row - The row indexv - The row vectorvoid setRowWith2DUnsafe(int row,
VectorReadable2DType v)
row of the matrix to v. No bounds checking is
performed for row, and out-of-bounds values result in undefined
behaviour.row - The row indexv - The row vectorvoid setR0C0D(double x)
x.x - The valuevoid setR0C1D(double x)
x.x - The valuevoid setR1C0D(double x)
x.x - The valuevoid setR1C1D(double x)
x.x - The valueCopyright © 2015 <code@io7m.com> http://io7m.com