chla_transtype#
Functions
-
char chla_transtype(const INT trans)#
This subroutine translates from a BLAST-specified integer constant to the character string specifying a transposition operation.
Parameters
intransThe BLAST-specified integer constant identifying the transposition operation.
- Returns:
A character. If the returned value is
'X', then the input is not an integer indicating a transposition operator. Otherwise the constant value corresponding totransis returned:'N'fortrans=111(BLAS_NO_TRANS),'T'fortrans=112(BLAS_TRANS),'C'fortrans=113(BLAS_CONJ_TRANS).
char chla_transtype(
const INT trans
);