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

NAME

6       CHLA_TRANSTYPE  -  subroutine  translate from a BLAST-specified integer
7       constant to the character string specifying a transposition operation
8

SYNOPSIS

10       CHARACTER*1 FUNCTION CHLA_TRANSTYPE( TRANS )
11
12           INTEGER          TRANS
13

PURPOSE

15       This subroutine translates from a BLAST-specified integer  constant  to
16       the    character   string   specifying   a   transposition   operation.
17       CHLA_TRANSTYPE returns an CHARACTER*1.  If CHLA_TRANSTYPE is 'X',  then
18       input is not an integer indicating a transposition operator.  Otherwise
19       CHLA_TRANSTYPE returns the constant value corresponding to TRANS.
20

ARGUMENTS

22       Specifies the form of the system of equations: = BLAS_NO_TRANS   =  111
23       :  No Transpose
24       = BLAS_TRANS      = 112 :  Transpose
25       = BLAS_CONJ_TRANS = 113 :  Conjugate Transpose
26
27
28
29 LAPACK routine (version 3.2)    November 2008               CHLA_TRANSTYPE(1)
Impressum