LAPACK
3.4.2
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
INTEGER function | ilatrans (TRANS) |
ILATRANS |
INTEGER function ilatrans | ( | character | TRANS | ) |
ILATRANS
Download ILATRANS + dependencies [TGZ] [ZIP] [TXT]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.
Definition at line 59 of file ilatrans.f.