FLA_Error FLASH_Gemv(FLA_Trans transa, FLA_Obj alpha, FLA_Obj A, FLA_Obj x, FLA_Obj beta, FLA_Obj y)
Definition: FLASH_Gemv.c:15
FLA_Error FLASH_Trsv(FLA_Uplo uplo, FLA_Trans transa, FLA_Diag diag, FLA_Obj A, FLA_Obj x)
Definition: FLASH_Trsv.c:15
int FLA_Error
Definition: FLA_type_defs.h:47
int FLA_Trans
Definition: FLA_type_defs.h:53
int FLA_Uplo
Definition: FLA_type_defs.h:52
int FLA_Diag
Definition: FLA_type_defs.h:55
Definition: FLA_type_defs.h:159