libflame revision_anchor
Functions
FLA_Dots.c File Reference

(r)

Functions

FLA_Error FLA_Dots (FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj beta, FLA_Obj rho)
 

Function Documentation

◆ FLA_Dots()

FLA_Error FLA_Dots ( FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  y,
FLA_Obj  beta,
FLA_Obj  rho 
)
14{
15 return FLA_Dots_external( alpha, x, y, beta, rho );
16}
FLA_Error FLA_Dots_external(FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj beta, FLA_Obj rho)
Definition FLA_Dots_external.c:13
int i
Definition bl1_axmyv2.c:145
* rho
Definition bl1_axpyv2bdotaxpy.c:322

References FLA_Dots_external(), i, and rho.

Referenced by FLA_Hess_UT_step_unb_var5().