PaStiX Handbook  6.3.2
core_cgeadd.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "pastix_ccores.h"
#include "cblas.h"

Go to the source code of this file.

Functions

int core_cgeadd (pastix_trans_t trans, pastix_int_t M, pastix_int_t N, pastix_complex32_t alpha, const pastix_complex32_t *A, pastix_int_t LDA, pastix_complex32_t beta, pastix_complex32_t *B, pastix_int_t LDB)
 Add two matrices together. More...
 
int cpucblk_cgeaddsp1d (const SolverCblk *cblk1, SolverCblk *cblk2, const pastix_complex32_t *L, pastix_complex32_t *Cl, const pastix_complex32_t *U, pastix_complex32_t *Cu)
 Add two column blocks together. More...
 

Detailed Description

PaStiX kernel routines

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

Definition in file core_cgeadd.c.