Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Pivot threshold for getrf fcns

Ben_Held
Beginner
728 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
728 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