libflame  12600
Functions
FLA_Dot2s.c File Reference

(r12600)

Functions

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

Function Documentation

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

References FLA_Dot2s_external().

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