Visible to Intel only — GUID: GUID-C8B5DC88-992E-4544-80B4-740119354FFB
Visible to Intel only — GUID: GUID-C8B5DC88-992E-4544-80B4-740119354FFB
?jacobi_delete
Releases allocated data.
Syntax
MKL_INT sjacobi_delete (_JACOBIMATRIX_HANDLE_t* handle);
MKL_INT djacobi_delete (_JACOBIMATRIX_HANDLE_t* handle);
Include Files
- mkl.h
Description
The ?jacobi_delete routine releases all memory allocated for the handle. Only after calling this routine is it safe for the user to move or deallocate the memory referenced by x and fjac.
This routine flags memory as not used, but to actually release all memory you must call the support function mkl_free_buffers.
Input Parameters
- handle
-
Type _JACOBIMATRIX_HANDLE_t.
Output Parameters
- res
-
Informs about the task completion.
res = TR_SUCCESS means the routine completed the task normally.
TR_SUCCESS is defined in the mkl_rci.h include file.