libflame revision_anchor
Functions
FLA_Trmm_ruh_unb_var4.c File Reference

(r)

Functions

FLA_Error FLA_Trmm_ruh_unb_var4 (FLA_Diag diagA, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
 

Function Documentation

◆ FLA_Trmm_ruh_unb_var4()

FLA_Error FLA_Trmm_ruh_unb_var4 ( FLA_Diag  diagA,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B 
)
16{
17 FLA_Obj BT, B0,
18 BB, b1t,
19 B2;
20
22
23 FLA_Part_2x1( B, &BT,
24 &BB, 0, FLA_BOTTOM );
25
26 while ( FLA_Obj_length( BB ) < FLA_Obj_length( B ) ){
27
29 &b1t,
30 /* ** */ /* *** */
31 BB, &B2, 1, FLA_TOP );
32
33 /*------------------------------------------------------------*/
34
35 /* b1t = b1t * triu( A )'; */
37
38 /*------------------------------------------------------------*/
39
41 /* ** */ /* *** */
42 b1t,
43 &BB, B2, FLA_BOTTOM );
44
45 }
46
47 return FLA_SUCCESS;
48}
FLA_Error FLA_Scal_external(FLA_Obj alpha, FLA_Obj A)
Definition FLA_Scal_external.c:13
FLA_Error FLA_Trmv_external(FLA_Uplo uplo, FLA_Trans transa, FLA_Diag diag, FLA_Obj A, FLA_Obj x)
Definition FLA_Trmv_external.c:13
FLA_Error FLA_Cont_with_3x1_to_2x1(FLA_Obj *AT, FLA_Obj A0, FLA_Obj A1, FLA_Obj *AB, FLA_Obj A2, FLA_Side side)
Definition FLA_View.c:428
FLA_Error FLA_Repart_2x1_to_3x1(FLA_Obj AT, FLA_Obj *A0, FLA_Obj *A1, FLA_Obj AB, FLA_Obj *A2, dim_t mb, FLA_Side side)
Definition FLA_View.c:226
FLA_Error FLA_Part_2x1(FLA_Obj A, FLA_Obj *A1, FLA_Obj *A2, dim_t mb, FLA_Side side)
Definition FLA_View.c:76
dim_t FLA_Obj_length(FLA_Obj obj)
Definition FLA_Query.c:116
int i
Definition bl1_axmyv2.c:145
Definition FLA_type_defs.h:159

References FLA_Cont_with_3x1_to_2x1(), FLA_Obj_length(), FLA_Part_2x1(), FLA_Repart_2x1_to_3x1(), FLA_Scal_external(), FLA_Trmv_external(), and i.

Referenced by FLA_Trmm_ruh().