CHLA_TRANSTYPE(3L)APACK routine of NEC Numeric Library CollectioCnHLA_TRANSTYPE(3)
NAME
CHLA_TRANSTYPE
SYNOPSIS
CHARACTER *1 FUNCTION CHLA_TRANSTYPE (TRANS)
PURPOSE
This subroutine translates from a BLAST-specified integer constant to
the character string specifying a transposition operation.
CHLA_TRANSTYPE returns an CHARACTER*1. If CHLA_TRANSTYPE is 'X',
then input is not an integer indicating a transposition operator.
Otherwise CHLA_TRANSTYPE returns the constant value corresponding to
TRANS.
ARGUMENTS
TRANS (input)
TRANS is INTEGER
= BLAS_NO_TRANS : CHLA_TRANSTYPE = 'N'
= BLAS_TRANS : CHLA_TRANSTYPE = 'T'
= BLAS_CONJ_TRANS: CHLA_TRANSTYPE = 'C'
OTHER : CHLA_TRANSTYPE = 'X'
LAPACK routine 31 October 2017 CHLA_TRANSTYPE(3)