Name
get_size_matrixT_get_size_matrixGetSizeMatrixGetSizeMatrix — Get the size of a matrix.
The operator get_size_matrixget_size_matrixGetSizeMatrixGetSizeMatrixGetSizeMatrix returns the number of rows
RowsRowsRowsRowsrows and columns ColumnsColumnsColumnsColumnscolumns of the input
MatrixMatrixMatrixMatrixmatrix. The input MatrixMatrixMatrixMatrixmatrix is defined by the
matrix handle MatrixIDMatrixIDMatrixIDMatrixIDmatrixID.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Matrix handle of the input matrix.
Number of rows of the matrix.
Number of columns of the matrix.
If the parameters are valid, the operator get_size_matrixget_size_matrixGetSizeMatrixGetSizeMatrixGetSizeMatrix
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix
clear_matrixclear_matrixClearMatrixClearMatrixClearMatrix
Foundation