Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
mkl_set_pardiso_pivot
Replaces the routine handling Intel® oneAPI Math Kernel Library PARDISO pivots with a user-defined routine. Use with the Single Dynamic Library (SDL).
PardisopivotEntry mkl_set_pardiso_pivot (PardisopivotEntry new_pardiso_pivot_ptr);
- mkl.h
Name |
Type |
Description |
---|---|---|
new_pardiso_pivot_ptr |
PardisopivotEntry |
Pointer to the pivot setting routine to be used. |
If you are using the Single Dynamic Library (SDL), the mkl_set_pardiso_pivotfunction replaces the pivot setting routine that is called by Intel® oneAPI Math Kernel Library functions with the routine specified by the parameter.
See Intel® oneAPI Math Kernel Library Developer Guide for usage details of the SDL.
Type |
Description |
---|---|
PardisopivotEntry |
Pointer to the replaced pivot setting routine. |