?jacobi_delete

Releases allocated data.

Syntax

Fortran:

res = sjacobi_delete(handle)

res = djacobi_delete(handle)

C:

res = sjacobi_delete(&handle);

res = djacobi_delete(&handle);

Include Files

The Fortran interfaces are specified in the mkl_rci.fi include file and the C interfaces are specified in the mkl_rci.h include file.

Description

The ?jacobi_delete routine releases all memory allocated for the handle.

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 in C/C++ and INTEGER*8 in FORTRAN.

Output Parameters

res

INTEGER. Informs about the task completion.

res = TR_SUCCESS means the routine completed the task normally.

TR_SUCCESS is defined in the mkl_rci.h and mkl_rci.fi include files.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.