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