ilatrans#
Functions
-
INT ilatrans(const char *trans)#
This subroutine translates from a character string specifying a transposition operation to the relevant BLAST-specified integer constant.
Parameters
intranstrans='N': no transpose.trans='T': transpose.trans='C': conjugate transpose.- Returns:
An integer. If the returned value
<0, then the input is not a character indicating a transposition operator. Otherwise the constant value corresponding totransis returned:111(BLAS_NO_TRANS),112(BLAS_TRANS),113(BLAS_CONJ_TRANS).
INT ilatrans(
const char* trans
);