PaStiX Handbook
6.4.0
|
#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, pastix_rhs_t rhsb, 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, pastix_rhs_t rhsb, 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, pastix_rhs_t rhsb, 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... | |
PaStiX ztrsm StarPU wrapper.
Definition in file starpu_ztrsm.c.