Operators |
clear_matrix — Free the memory of a matrix.
clear_matrix( : : MatrixID : )
The operator clear_matrix frees the memory of the matrix Matrix given by the matrix handle MatrixID. After calling clear_matrix , the Matrix can no longer be used. The matrix handle MatrixID becomes invalid.
This operator modifies the state of the following input parameter:
The value of this parameter may not be shared across multiple threads without external synchronization.Matrix handle.
If the parameters are valid, the operator clear_matrix returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
Foundation
Operators |