Visible to Intel only — GUID: GUID-0538CBCD-AEDC-4AB4-A274-FB5E5C372F50
Visible to Intel only — GUID: GUID-0538CBCD-AEDC-4AB4-A274-FB5E5C372F50
ilatrans
Translates a character string specifying a transposition operation to the BLAST-specified integer constant.
Syntax
val = ilatrans( trans )
Include Files
- mkl.fi
Description
The ilatrans function translates a character string specifying a transposition operation to the BLAST-specified integer constant.
The function returns a INTEGER. If val < 0, the input is not a character indicating a transposition operator. Otherwise, the function returns the constant value corresponding to trans.
Input Parameters
- trans
-
CHARACTER*1.
Specifies the form of the system of equations:
If trans = 'N': No transpose.
If trans = 'T': Transpose.
If trans = 'C': Conjugate Transpose.
Output Parameters
- val
-
INTEGER
Character that specifies a transposition operation.