libflame  revision_anchor
Functions
FLA_Dot.c File Reference

(r)

Functions

FLA_Error FLA_Dot (FLA_Obj x, FLA_Obj y, FLA_Obj rho)
 

Function Documentation

◆ FLA_Dot()

FLA_Error FLA_Dot ( FLA_Obj  x,
FLA_Obj  y,
FLA_Obj  rho 
)

References FLA_Dot_external().

Referenced by FLA_Hess_UT_step_unb_var2(), FLA_Hess_UT_step_unb_var3(), FLA_Hess_UT_step_unb_var4(), FLA_Hess_UT_step_unb_var5(), and FLA_QR_UT_piv_colnorm().

14 {
15  return FLA_Dot_external( x, y, rho );
16 }
FLA_Error FLA_Dot_external(FLA_Obj x, FLA_Obj y, FLA_Obj rho)
Definition: FLA_Dot_external.c:13