PaStiX Handbook  6.3.2
core_dxx2fr.c File Reference
#include "common.h"
#include <cblas.h>
#include "pastix_dlrcores.h"
#include "kernels_trace.h"

Go to the source code of this file.

Functions

pastix_fixdbl_t core_dfrfr2fr (core_dlrmm_t *params)
 Perform the full-rank operation C = alpha * op(A) * op(B) + beta C. More...
 
pastix_fixdbl_t core_dfrlr2fr (core_dlrmm_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_dlrfr2fr (core_dlrmm_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_dlrlr2fr (core_dlrmm_t *params)
 Perform the operation C = alpha * op(A) * op(B) + beta C, with A and B low-rank and C full-rank. More...
 

Detailed Description

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.

Version
6.3.2
Author
Mathieu Faverge
Gregoire Pichon
Pierre Ramet
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_zxx2fr.c, normal z -> d, Wed Dec 13 12:09:15 2023

Definition in file core_dxx2fr.c.