--- 
:name: chla_transtype
:md5sum: 72653dbad54122949a79d609236e064b
:category: :function
:type: char
:arguments: 
- trans: 
    :type: integer
    :intent: input
:substitutions: {}

:fortran_help: "      CHARACTER*1 FUNCTION CHLA_TRANSTYPE( TRANS )\n\n\
  *  Purpose\n\
  *  =======\n\
  *\n\
  *  This subroutine translates from a BLAST-specified integer constant to\n\
  *  the character string specifying a transposition operation.\n\
  *\n\
  *  CHLA_TRANSTYPE returns an CHARACTER*1.  If CHLA_TRANSTYPE is 'X',\n\
  *  then input is not an integer indicating a transposition operator.\n\
  *  Otherwise CHLA_TRANSTYPE returns the constant value corresponding to\n\
  *  TRANS.\n\
  *\n\n\
  *  Arguments\n\
  *  =========\n\
  *  TRANS   (input) INTEGER\n\
  *          Specifies the form of the system of equations:\n\
  *          = BLAS_NO_TRANS   = 111 :  No Transpose\n\
  *          = BLAS_TRANS      = 112 :  Transpose\n\
  *          = BLAS_CONJ_TRANS = 113 :  Conjugate Transpose\n\n\
  *  =====================================================================\n\
  *\n"
