LAPACK  3.4.2
LAPACK: Linear Algebra PACKage
 All Files Functions Groups
iladiag.f File Reference

Go to the source code of this file.

Functions/Subroutines

INTEGER function iladiag (DIAG)
 ILADIAG

Function/Subroutine Documentation

INTEGER function iladiag ( character  DIAG)

ILADIAG

Download ILADIAG + dependencies [TGZ] [ZIP] [TXT]
Purpose:
 This subroutine translated from a character string specifying if a
 matrix has unit diagonal or not to the relevant BLAST-specified
 integer constant.

 ILADIAG returns an INTEGER.  If ILADIAG < 0, then the input is not a
 character indicating a unit or non-unit diagonal.  Otherwise ILADIAG
 returns the constant value corresponding to DIAG.
Author:
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
November 2011

Definition at line 59 of file iladiag.f.

Here is the call graph for this function: