ilatrans.f

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

NAME

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.

Date:

December 2016

Definition at line 60 of file ilatrans.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
integer function ilatrans (character TRANS)
Author