Scroll to navigation

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/ilatrans.f(3) Library Functions Manual /home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/ilatrans.f(3)

NAME

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/SRC/ilatrans.f

SYNOPSIS

Functions/Subroutines


integer function ILATRANS (trans)
ILATRANS

Function/Subroutine Documentation

integer function ILATRANS (character trans)

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.
!> 

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 57 of file ilatrans.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK