Functions | |
FLA_Error | FLA_Her2c (FLA_Uplo uplo, FLA_Conj conjxy, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A) |
FLA_Error FLA_Her2c | ( | FLA_Uplo | uplo, | |
FLA_Conj | conjxy, | |||
FLA_Obj | alpha, | |||
FLA_Obj | x, | |||
FLA_Obj | y, | |||
FLA_Obj | A | |||
) |
References FLA_Her2c_external().
00036 { 00037 return FLA_Her2c_external( uplo, conjxy, alpha, x, y, A ); 00038 }