libflame  12600
Functions
FLA_Her2c.c File Reference

(r12600)

Functions

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

Function Documentation

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

References FLA_Her2c_external().

Referenced by FLA_Lyap_h_unb_var4().

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