libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Trmvsx_external (FLA_Uplo uplo, FLA_Trans transa, FLA_Diag diag, FLA_Obj alpha, FLA_Obj A, FLA_Obj x, FLA_Obj beta, FLA_Obj y) |
FLA_Error FLA_Trmvsx_external | ( | FLA_Uplo | uplo, |
FLA_Trans | transa, | ||
FLA_Diag | diag, | ||
FLA_Obj | alpha, | ||
FLA_Obj | A, | ||
FLA_Obj | x, | ||
FLA_Obj | beta, | ||
FLA_Obj | y | ||
) |
References FLA_Axpy_external(), FLA_Check_error_level(), FLA_Copy_external(), FLA_Obj_create_conf_to(), FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLA_Scal_external(), FLA_Trmv_external(), and FLA_Trmvsx_check().
Referenced by FLA_Trmvsx().