Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Pivot threshold for getrf fcns

Ben_Held
Beginner
368 Views

Is there any documentation that explains that this threshold is?  Is there any external control?  We are seeing far more pivoting using these functions that our own code.

0 Kudos
1 Reply
VipinKumar_E_Intel
368 Views

Hi,

There isn't any threshold in getrf. The algorithm is just looking for the maximal element in a column and places it to diagonal before factorizing this column.

 

--Vipin

 

0 Kudos
Reply