libflame  12600
Functions
FLA_Hemvc.c File Reference

(r12600)

Functions

FLA_Error FLA_Hemvc (FLA_Uplo uplo, FLA_Conj conja, FLA_Obj alpha, FLA_Obj A, FLA_Obj x, FLA_Obj beta, FLA_Obj y)

Function Documentation

FLA_Error FLA_Hemvc ( FLA_Uplo  uplo,
FLA_Conj  conja,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  x,
FLA_Obj  beta,
FLA_Obj  y 
)

References FLA_Hemvc_external().

Referenced by FLA_Lyap_n_unb_var1().

{
    return FLA_Hemvc_external( uplo, conja, alpha, A, x, beta, y );
}