|
| unsafe | Matrix_Float () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Matrix_Float (MR._ByValue_Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| | Matrix_Float (Const_Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| | Matrix_Float (Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| unsafe | Matrix_Float (nuint numRows, nuint numCols) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| unsafe MR.Matrix_Float | assign (MR._ByValue_Matrix_Float _other) |
| | Generated from method MR::Matrix<float>::operator=.
|
| unsafe new ref float | call (nuint row, nuint col) |
| | main access method Generated from method MR::Matrix<float>::operator().
|
| unsafe new ref float | call (nuint i) |
| | Generated from method MR::Matrix<float>::operator().
|
| unsafe MR.Matrix_Float | getSubMatrix (nuint startRow, nuint nRow, nuint startCol, nuint nCol) |
| | Generated from method MR::Matrix<float>getSubMatrix.
|
| unsafe void | fill (float val) |
| | Generated from method MR::Matrix<float>fill.
|
| unsafe void | clear () |
| | Generated from method MR::Matrix<float>clear.
|
| unsafe void | resize (in MR.Vector2i dims) |
| | Generated from method MR::Matrix<float>resize.
|
| virtual void | Dispose () |
| unsafe | Const_Matrix_Float () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_Matrix_Float (MR._ByValue_Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| | Const_Matrix_Float (Const_Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| | Const_Matrix_Float (Matrix_Float _other) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| unsafe | Const_Matrix_Float (nuint numRows, nuint numCols) |
| | Generated from constructor MR::Matrix<float>::Matrix.
|
| unsafe float | call (nuint row, nuint col) |
| | Generated from method MR::Matrix<float>::operator().
|
| unsafe float | call (nuint i) |
| | Generated from method MR::Matrix<float>::operator().
|
| unsafe MR.Matrix_Float | transposed () |
| | computes transposed matrix Generated from method MR::Matrix<float>transposed.
|
| unsafe nuint | getRowsNum () |
| | Generated from method MR::Matrix<float>getRowsNum.
|
| unsafe nuint | getColsNum () |
| | Generated from method MR::Matrix<float>getColsNum.
|
| unsafe MR.Std.Const_Vector_Float | data () |
| | Generated from method MR::Matrix<float>data.
|
| unsafe ref readonly MR.Vector2i | dims () |
| | Generated from method MR::Matrix<float>dims.
|
| unsafe nuint | size () |
| | Generated from method MR::Matrix<float>size.
|
| unsafe MR.PixelId | toPixelId (in MR.Vector2i pos) |
| | Generated from method MR::Matrix<float>toPixelId.
|
| unsafe nuint | toIndex (in MR.Vector2i pos) |
| | Generated from method MR::Matrix<float>toIndex.
|
Row-major matrix with T values Generated from class MR::Matrix<float>. Base classes: Direct: (non-virtual) MR.RectIndexer This is the non-const half of the class.