libflame revision_anchor
Functions | Variables
FLASH_LU_incpiv_noopt.c File Reference

(r)

Functions

FLA_Error FLASH_LU_incpiv_noopt (FLA_Obj A, FLA_Obj p, FLA_Obj L)
 

Variables

fla_lu_tflash_lu_incpiv_cntl
 

Function Documentation

◆ FLASH_LU_incpiv_noopt()

FLA_Error FLASH_LU_incpiv_noopt ( FLA_Obj  A,
FLA_Obj  p,
FLA_Obj  L 
)
16{
19
20 // Inspect the width of a the top-left element of L to get the algorithmic
21 // blocksize we'll use throughout the LU_incpiv algorithm.
23
24 // Begin a parallel region.
26
27 // Enqueue tasks via a SuperMatrix-aware control tree.
29
30 // End the parallel region.
32
33 return r_val;
34}
fla_lu_t * flash_lu_incpiv_cntl
Definition FLASH_LU_incpiv_cntl_init.c:18
void FLASH_Queue_begin(void)
Definition FLASH_Queue.c:59
void FLASH_Queue_end(void)
Definition FLASH_Queue.c:81
dim_t FLASH_Obj_scalar_width_tl(FLA_Obj H)
Definition FLASH_View.c:737
FLA_Error FLASH_LU_incpiv_var1(FLA_Obj A, FLA_Obj p, FLA_Obj L, dim_t nb_alg, fla_lu_t *cntl)
Definition FLASH_LU_incpiv_var1.c:13
int FLA_Error
Definition FLA_type_defs.h:47
unsigned long dim_t
Definition FLA_type_defs.h:71
int i
Definition bl1_axmyv2.c:145

References flash_lu_incpiv_cntl, FLASH_LU_incpiv_var1(), FLASH_Obj_scalar_width_tl(), FLASH_Queue_begin(), FLASH_Queue_end(), and i.

Referenced by FLASH_LU_incpiv().

Variable Documentation

◆ flash_lu_incpiv_cntl

fla_lu_t* flash_lu_incpiv_cntl
extern

Referenced by FLASH_LU_incpiv_noopt().