ILATRANS

Purpose

This subroutine translates from a character string specifying a
transposition operation to the relevant BLAST-specified integer
constant.

ILATRANS returns an INTEGER.  If ILATRANS < 0, then the input is not
a character indicating a transposition operator.  Otherwise ILATRANS
returns the constant value corresponding to TRANS.

Arguments

TRANS
(input) CHARACTER*1
Specifies the form of the system of equations:
= 'N':  No transpose
= 'T':  Transpose
= 'C':  Conjugate transpose

Call Graph

Caller Graph