PaStiX Handbook
6.3.0
|
Go to the source code of this file.
Functions | |
pastix_fixdbl_t | core_zfrfr2fr (core_zlrmm_t *params) |
Perform the full-rank operation C = alpha * op(A) * op(B) + beta C. More... | |
pastix_fixdbl_t | core_zfrlr2fr (core_zlrmm_t *params) |
Perform the operation C = alpha * op(A) * op(B) + beta C, with A and C full-rank and B low-rank. More... | |
pastix_fixdbl_t | core_zlrfr2fr (core_zlrmm_t *params) |
Perform the operation C = alpha * op(A) * op(B) + beta C, with B and C full-rank and A low-rank. More... | |
pastix_fixdbl_t | core_zlrlr2fr (core_zlrmm_t *params) |
Perform the operation C = alpha * op(A) * op(B) + beta C, with A and B low-rank and C full-rank. More... | |
PaStiX low-rank kernel routines that form the product of two matrices A and B into a low-rank form for an update on a full rank matrix.
Definition in file core_zxx2fr.c.