Name
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatrices — Clear all matrices from memory.
Warning
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices is obsolete and is only provided for
reasons of backward compatibility. New applications should not use
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices.
clear_all_matrices( : : : )
Herror clear_all_matrices()
Herror T_clear_all_matrices()
The operator clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices frees the memory of all
matrices that were created by create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix or another
matrix operator. After calling clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices, no
matrix can be used any longer.
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices exists solely for the purpose of
implementing the “reset program” functionality in HDevelop.
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices must not be used in any
application.
- Multithreading type: exclusive (runs in parallel only with independent operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices always returns the value 2 (H_MSG_TRUE).
Foundation