ilatrans#

Functions

INT ilatrans(
    const char* trans
);
INT ilatrans(const char *trans)#

This subroutine translates from a character string specifying a transposition operation to the relevant BLAST-specified integer constant.

Parameters

in
trans

trans='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 to trans is returned: 111 (BLAS_NO_TRANS), 112 (BLAS_TRANS), 113 (BLAS_CONJ_TRANS).