libflame  12600
Functions
FLA_Dotcs.c File Reference

(r12600)

Functions

FLA_Error FLA_Dotcs (FLA_Conj conj, FLA_Obj alpha, FLA_Obj x, FLA_Obj y, FLA_Obj beta, FLA_Obj rho)

Function Documentation

FLA_Error FLA_Dotcs ( FLA_Conj  conj,
FLA_Obj  alpha,
FLA_Obj  x,
FLA_Obj  y,
FLA_Obj  beta,
FLA_Obj  rho 
)

References FLA_Dotcs_external().

{
    return FLA_Dotcs_external( conj, alpha, x, y, beta, rho );
}