The Finalize_ELL_Matrix procedure deallocates and finalizes an ELL_Matrix object.
Calling syntax:
| call Finalize (ELLM, status) |
Input variables:
| ELLM | The ELL_Matrix object to be finalized. |
Output variables:
| ELLM | The ELL_Matrix object has been finalized and is no longer valid. | ||
| status | If present, the status variable is set to either 'Memory Error' or 'Success' depending on program execution. If not present, the procedure aborts if unsuccessful when the DEBUG_LEVEL is set high enough. |
Internal variables:
| consolidated_status | Consolidated Status. | ||
| deallocate_status | Deallocation Status ell_matrix. | ||
| i | Loop variable. |
The Finalize_ELL_Matrix code listing contains additional documentation.
Michael L. Hall