libflame
revision_anchor
src
base
flamec
wrappers
blas
2
front
Functions
FLA_Trmv.c File Reference
(r)
Functions
FLA_Error
FLA_Trmv
(
FLA_Uplo
uplo,
FLA_Trans
transa,
FLA_Diag
diag,
FLA_Obj
A,
FLA_Obj
x)
Function Documentation
◆
FLA_Trmv()
FLA_Error
FLA_Trmv
(
FLA_Uplo
uplo
,
FLA_Trans
transa
,
FLA_Diag
diag
,
FLA_Obj
A
,
FLA_Obj
x
)
14
{
15
return
FLA_Trmv_external
( uplo, transa, diag, A, x );
16
}
FLA_Trmv_external
FLA_Error FLA_Trmv_external(FLA_Uplo uplo, FLA_Trans transa, FLA_Diag diag, FLA_Obj A, FLA_Obj x)
Definition:
FLA_Trmv_external.c:13
References
FLA_Trmv_external()
.
Generated on Thu Sep 23 2021 17:46:17 for libflame by
1.9.1