Developer Reference for Intel® oneAPI Math Kernel Library for C
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-888C4543-4677-4525-8AFF-5A5DA1E6F6C8
Visible to Intel only — GUID: GUID-888C4543-4677-4525-8AFF-5A5DA1E6F6C8
Matrix Factorization: ScaLAPACK Computational Routines
This section describes the ScaLAPACK routines for matrix factorization. The following factorizations are supported:
LU factorization of general matrices
LU factorization of diagonally dominant-like matrices
Cholesky factorization of real symmetric or complex Hermitian positive-definite matrices
You can compute the factorizations using full and band storage of matrices.
- p?getrf
Computes the LU factorization of a general m-by-n distributed matrix. - p?gbtrf
Computes the LU factorization of a general n-by-n banded distributed matrix. - p?dbtrf
Computes the LU factorization of a n-by-n diagonally dominant-like banded distributed matrix. - p?dttrf
Computes the LU factorization of a diagonally dominant-like tridiagonal distributed matrix. - p?potrf
Computes the Cholesky factorization of a symmetric (Hermitian) positive-definite distributed matrix. - p?pbtrf
Computes the Cholesky factorization of a symmetric (Hermitian) positive-definite banded distributed matrix. - p?pttrf
Computes the Cholesky factorization of a symmetric (Hermitian) positive-definite tridiagonal distributed matrix.