libflame
revision_anchor
src
base
flamec
wrappers
blas
1
front
Functions
FLA_Dot2s.c File Reference
(r)
Functions
FLA_Error
FLA_Dot2s
(
FLA_Obj
alpha,
FLA_Obj
x,
FLA_Obj
y,
FLA_Obj
beta,
FLA_Obj
rho
)
Function Documentation
◆
FLA_Dot2s()
FLA_Error
FLA_Dot2s
(
FLA_Obj
alpha
,
FLA_Obj
x
,
FLA_Obj
y
,
FLA_Obj
beta
,
FLA_Obj
rho
)
References
FLA_Dot2s_external()
.
14
{
15
return
FLA_Dot2s_external
( alpha, x, y, beta, rho );
16
}
FLA_Dot2s_external
FLA_Error FLA_Dot2s_external(FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj beta, FLA_Obj rho)
Definition:
FLA_Dot2s_external.c:13
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13