libflame  revision_anchor
Functions
FLA_Her2.c File Reference

(r)

Functions

FLA_Error FLA_Her2 (FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A)
 

Function Documentation

◆ FLA_Her2()

FLA_Error FLA_Her2 ( FLA_Uplo  uplo,
FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  y,
FLA_Obj  A 
)
14 {
15  return FLA_Her2_external( uplo, alpha, x, y, A );
16 }
FLA_Error FLA_Her2_external(FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A)
Definition: FLA_Her2_external.c:13

References FLA_Her2_external().

Referenced by FLA_Lyap_n_unb_var4(), FLA_Tridiag_UT_l_step_unb_var1(), and FLA_Tridiag_UT_l_step_unb_var2().