Intel® Math Kernel Library 2019 Developer Reference - Fortran
Replaces the routine handling Intel MKL PARDISO pivots with a user-defined routine. Use with the Single Dynamic Library (SDL).
old_pardiso_pivot_ptr = mkl_set_pardiso_pivot( new_pardiso_pivot_ptr )
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_pivot function replaces the pivot setting routine that is called by Intel MKL functions with the routine specified by the parameter.
See Intel MKL Developer Guide for usage details of the SDL.
Type |
Description |
|---|---|
PardisopivotEntry |
Pointer to the replaced pivot setting routine. |