libflame  12600
Functions
FLA_Herc.c File Reference

(r12600)

Functions

FLA_Error FLA_Herc (FLA_Uplo uplo, FLA_Conj conj, FLA_Obj alpha, FLA_Obj x, FLA_Obj A)

Function Documentation

FLA_Error FLA_Herc ( FLA_Uplo  uplo,
FLA_Conj  conj,
FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  A 
)

References FLA_Herc_external().

{
    return FLA_Herc_external( uplo, conj, alpha, x, A );
}