mkl_set_pardiso_pivot
mkl_set_pardiso_pivot
Replaces the routine handling PARDISO pivots with a user-defined routine. Use with the Single Dynamic Library (SDL).
Intel® oneAPI Math Kernel Library
Syntax
PardisopivotEntry
mkl_set_pardiso_pivot
(
PardisopivotEntry
new_pardiso_pivot_ptr
);
Include Files
- mkl.h
Input Parameters
Name | Type | Description |
---|---|---|
new_pardiso_pivot_ptr | PardisopivotEntry | Pointer to the pivot setting routine to be used. |
Description
If you are using the Single Dynamic Library (SDL), the functions with the routine specified by the parameter.
mkl_set_pardiso_pivot
function replaces the pivot setting routine that is called by Intel® oneAPI Math Kernel Library
See Developer Guide for usage details of the SDL.
Intel® oneAPI Math Kernel Library
Return Values
Type | Description |
---|---|
PardisopivotEntry | Pointer to the replaced pivot setting routine.
|