1ILAUPLO(1)               LAPACK routine (version 3.2)               ILAUPLO(1)
2
3
4

NAME

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

SYNOPSIS

11       INTEGER FUNCTION ILAUPLO( UPLO )
12
13           CHARACTER    UPLO
14

PURPOSE

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

ARGUMENTS

23       = 'U':  A is upper triangular; = 'L':  A is lower triangular.
24
25
26
27 LAPACK routine (version 3.2)    November 2008                      ILAUPLO(1)
Impressum