1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
---
: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"
|