get_full_matrix🔗
Short description🔗
get_full_matrix — Return all values of a matrix.
Signature🔗
get_full_matrix( matrix MatrixID, out real Values )
Description🔗
The operator get_full_matrix returns the values of all
elements of the Matrix given by the matrix handle
MatrixID. The output parameter Values is a tuple
of floating point numbers and contains all values in a row-major
order, i.e., line by line.
Example:
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
MatrixID (input_control) matrix → (handle)
Matrix handle of the input matrix.
Values (output_control) real(-array) → (real)
Values of the matrix elements.
Result🔗
If the parameters are valid, the operator get_full_matrix
returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Combinations with other operators🔗
Combinations
Possible predecessors
Possible successors
See also
Module🔗
Foundation