libflame  12600
Functions
FLA_Axpyrt.c File Reference

(r12600)

Functions

FLA_Error FLA_Axpyrt (FLA_Uplo uplo, FLA_Trans trans, FLA_Obj alpha, FLA_Obj A, FLA_Obj B)

Function Documentation

FLA_Error FLA_Axpyrt ( FLA_Uplo  uplo,
FLA_Trans  trans,
FLA_Obj  alpha,
FLA_Obj  A,
FLA_Obj  B 
)

References FLA_Axpyrt_external().

{
    return FLA_Axpyrt_external( uplo, trans, alpha, A, B );
}