PaStiX Handbook  6.3.2
starpu_ztrsm.c File Reference
#include "common.h"
#include "blend/solver.h"
#include "sopalin/sopalin_data.h"
#include "pastix_zcores.h"
#include "pastix_starpu.h"
#include "pastix_zstarpu.h"

Go to the source code of this file.

Functions

void starpu_cblk_ztrsmsp_forward (const args_solve_t *enums, sopalin_data_t *sopalin_data, const SolverCblk *cblk, pastix_int_t prio)
 Apply a forward solve related to one cblk to all the right hand side. (StarPU version) More...
 
void starpu_cblk_ztrsmsp_backward (const args_solve_t *enums, sopalin_data_t *sopalin_data, const SolverCblk *cblk, pastix_int_t prio)
 Apply a backward solve related to one cblk to all the right hand side. (StarPU version) More...
 
void starpu_ztrsm_sp1dplus (pastix_data_t *pastix_data, sopalin_data_t *sopalin_data, const args_solve_t *enums)
 Apply a TRSM on a problem with 1 dimension (StarPU version) More...
 
void starpu_ztrsm (pastix_data_t *pastix_data, const args_solve_t *enums, sopalin_data_t *sopalin_data, pastix_rhs_t rhsb)
 Apply the TRSM solve (StarPU version). More...
 

Detailed Description

PaStiX ztrsm StarPU wrapper.

Version
6.3.2
Author
Vincent Bridonneau
Mathieu Faverge
Pierre Ramet
Date
2023-07-21
Generated arithmetic file
from /builds/solverstack/pastix/sopalin/starpu/starpu_ztrsm.c, normal z -> z, Wed Dec 13 12:09:25 2023

Definition in file starpu_ztrsm.c.