libflame  12600
Functions
FLA_Her.c File Reference

(r12600)

Functions

FLA_Error FLA_Her (FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj x, FLA_Obj A)

Function Documentation

FLA_Error FLA_Her ( FLA_Uplo  uplo,
FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  A 
)

References FLA_Her_external().

{
    return FLA_Her_external( uplo, alpha, x, A );
}