Developer Reference for Intel® oneAPI Math Kernel Library for C
Sparse QR Routines
Sparse QR routines and their supported data types.
Routine or function group |
Data types |
Description |
|---|---|---|
Enables a pivot strategy for an ill-conditioned matrix. |
||
s,d |
Calculates the solution of a sparse system of linear equations using QR factorization. |
|
Performs reordering and symbolic analysis of the matrix, \(A\) . |
||
s,d |
Performs numerical factorization of the matrix \(A\) . |
|
s,d |
Solves the system \(A\cdot x = b\) using QR factorization of the matrix \(A\) . |
|
s,d |
Performs \(x \leftarrow Q^{-1}\cdot b\) . |
|
s,d |
Performs \(x \leftarrow R^{-1}\cdot b\) . |
For more information about the workflow of sparse QR functionality, refer to oneMKL Sparse QR solver. Multifrontal Sparse QR Factorization Method for Solving a Sparse System of Linear Equations .
Product and Performance Information |
|---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex . Notice revision #20201201 |