Name
get_full_matrixget_full_matrixGetFullMatrixGetFullMatrix — Return all values of a matrix.
The operator get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrix returns the values of all
elements of the MatrixMatrixMatrixMatrixmatrix given by the matrix handle
MatrixIDMatrixIDMatrixIDMatrixIDmatrixID. The output parameter ValuesValuesValuesValuesvalues is a tuple
of floating point numbers and contains all values in a row-major
order, i.e., line by line.
Example:
- 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.
Values of the matrix elements.
If the parameters are valid, the operator get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrix
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix
clear_matrixclear_matrixClearMatrixClearMatrixClearMatrix
set_full_matrixset_full_matrixSetFullMatrixSetFullMatrixSetFullMatrix
Foundation