libflame
revision_anchor
src
base
flamec
wrappers
blas
2
front
Functions
FLA_Ger.c File Reference
(r)
Functions
FLA_Error
FLA_Ger
(
FLA_Obj
alpha,
FLA_Obj
x,
FLA_Obj
y,
FLA_Obj
A)
Function Documentation
◆
FLA_Ger()
FLA_Error
FLA_Ger
(
FLA_Obj
alpha
,
FLA_Obj
x
,
FLA_Obj
y
,
FLA_Obj
A
)
References
FLA_Ger_external()
.
Referenced by
FLA_Lyap_h_unb_var2()
, and
FLA_Lyap_n_unb_var2()
.
14
{
15
return
FLA_Ger_external
( alpha, x, y, A );
16
}
FLA_Ger_external
FLA_Error FLA_Ger_external(FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A)
Definition:
FLA_Ger_external.c:13
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13