1ILAUPLO(1) LAPACK routine (version 3.2) ILAUPLO(1)
2
3
4
6 ILAUPLO - subroutine translated from a character string specifying a
7 upper- or lower-triangular matrix to the relevant BLAST-specified inte‐
8 ger constant
9
11 INTEGER FUNCTION ILAUPLO( UPLO )
12
13 CHARACTER UPLO
14
16 This subroutine translated from a character string specifying a upper-
17 or lower-triangular matrix to the relevant BLAST-specified integer con‐
18 stant. ILAUPLO returns an INTEGER. If ILAUPLO < 0, then the input is
19 not a character indicating an upper- or lower-triangular matrix. Oth‐
20 erwise ILAUPLO returns the constant value corresponding to UPLO.
21
23 = 'U': A is upper triangular; = 'L': A is lower triangular.
24
25
26
27 LAPACK routine (version 3.2) November 2008 ILAUPLO(1)