libflame
revision_anchor
src
base
flamec
wrappers
blas
1
front
Functions
FLA_Axpyrt.c File Reference
(r)
Functions
FLA_Error
FLA_Axpyrt
(
FLA_Uplo
uplo,
FLA_Trans
trans,
FLA_Obj
alpha,
FLA_Obj
A,
FLA_Obj
B)
Function Documentation
◆
FLA_Axpyrt()
FLA_Error
FLA_Axpyrt
(
FLA_Uplo
uplo
,
FLA_Trans
trans
,
FLA_Obj
alpha
,
FLA_Obj
A
,
FLA_Obj
B
)
References
FLA_Axpyrt_external()
.
14
{
15
return
FLA_Axpyrt_external
( uplo, trans, alpha, A, B );
16
}
FLA_Axpyrt_external
FLA_Error FLA_Axpyrt_external(FLA_Uplo uplo, FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)
Definition:
FLA_Axpyrt_external.c:13
Generated on Mon Mar 5 2018 21:05:02 for libflame by
1.8.13