1ILATRANS(1)              LAPACK routine (version 3.2)              ILATRANS(1)
2
3
4

NAME

6       ILATRANS  -  subroutine  translate from a character string specifying a
7       transposition operation to the relevant  BLAST-specified  integer  con‐
8       stant
9

SYNOPSIS

11       INTEGER FUNCTION ILATRANS( TRANS )
12
13           CHARACTER    TRANS
14

PURPOSE

16       This  subroutine translates from a character string specifying a trans‐
17       position operation to the relevant  BLAST-specified  integer  constant.
18       ILATRANS  returns an INTEGER.  If ILATRANS < 0, then the input is not a
19       character indicating  a  transposition  operator.   Otherwise  ILATRANS
20       returns the constant value corresponding to TRANS.
21

ARGUMENTS

23       Specifies the form of the system of equations: = 'N':  No transpose
24       = 'T':  Transpose
25       = 'C':  Conjugate transpose
26
27
28
29 LAPACK routine (version 3.2)    November 2008                     ILATRANS(1)
Impressum