| 
    libflame
    12600
    
   
   | 
  
  
  
 
Functions | |
| FLA_Error | FLA_Her2c (FLA_Uplo uplo, FLA_Conj conj, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj A) | 
| 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 );
}
 1.7.6.1