public interface MatrixWritableFType
float elements.| Modifier and Type | Method and Description |
|---|---|
void |
setRowColumnF(int row,
int column,
float value)
Set the value from the matrix at row
row, column column to
value. |
void setRowColumnF(int row,
int column,
float value)
row, column column to
value.row - The rowcolumn - The columnvalue - The valueIndexOutOfBoundsException - Iff row or column are out
of range for the given matrix typeCopyright © 2017 <code@io7m.com> http://io7m.com