libflame  12600
Functions
FLA_Syr2.c File Reference

(r12600)

Functions

FLA_Error FLA_Syr2 (FLA_Uplo uplo, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A)

Function Documentation

FLA_Error FLA_Syr2 ( FLA_Uplo  uplo,
FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  y,
FLA_Obj  A 
)

References FLA_Syr2_external().

{
    return FLA_Syr2_external( uplo, alpha, x, y, A );
}