ILATRANS(3) LAPACK routine of NEC Numeric Library Collection ILATRANS(3) NAME ILATRANS SYNOPSIS INTEGER FUNCTION ILATRANS (TRANS) 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. LAPACK routine 31 October 2017 ILATRANS(3)