Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3374A4D1-2EAA-4F11-AB32-65D1F959C04E
Visible to Intel only — GUID: GUID-3374A4D1-2EAA-4F11-AB32-65D1F959C04E
dfdeletetask
Destroys a Data Fitting task object and frees the memory.
Syntax
status = dfdeletetask(task)
Include Files
- mkl_df.f90
Input Parameters
Name |
Type |
Description |
---|---|---|
task |
TYPE(DF_TASK) |
Descriptor of the task to destroy. |
Output Parameters
Name |
Type |
Description |
---|---|---|
status |
INTEGER |
Status of the routine:
|
Description
Given a pointer to a task descriptor, this routine deletes the Data Fitting task descriptor and frees the memory allocated for the structure. If the task is deleted successfully, the routine sets the task pointer to NULL. Otherwise, the routine returns an error code.