Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 3/22/2024
Public
Document Table of Contents

dss_delete

Deletes all of the data structures created during the solutions process.

Syntax

MKL_INT dss_delete(_MKL_DSS_HANDLE_t const *handle, MKL_INT const *opt)

Include Files

  • mkl.h

Description

The routine dss_delete deletes all data structures created during the solving process.

Input Parameters

opt

Parameter to pass the DSS options. The default value is MKL_DSS_MSG_LVL_WARNING + MKL_DSS_TERM_LVL_ERROR.

Output Parameters

handle

Pointer to the data structure storing internal DSS results (MKL_DSS_HANDLE).

Return Values

MKL_DSS_SUCCESS

MKL_DSS_STATE_ERR

MKL_DSS_INVALID_OPTION

MKL_DSS_OUT_OF_MEMORY

MKL_DSS_MSG_LVL_ERR

MKL_DSS_TERM_LVL_ERR