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

Go to the source code of this file.

Functions

int core_ztradd (pastix_uplo_t uplo, pastix_trans_t trans, pastix_int_t M, pastix_int_t N, pastix_complex64_t alpha, const pastix_complex64_t *A, pastix_int_t LDA, pastix_complex64_t beta, pastix_complex64_t *B, pastix_int_t LDB)
 Add two triangular matrices together as in PBLAS pztradd. More...
 

Detailed Description

Version
6.3.2
Author
Mathieu Faverge
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/kernels/core_ztradd.c, normal z -> z, Wed Dec 13 12:09:16 2023

Definition in file core_ztradd.c.