libflame  12600
Functions
FLA_Dots.c File Reference

(r12600)

Functions

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

Function Documentation

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

References FLA_Dots_external().

Referenced by FLA_Hess_UT_step_unb_var5().

{
    return FLA_Dots_external( alpha, x, y, beta, rho );
}