Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Translates a character string specifying an upper- or lower-triangular matrix to the relevant BLAST-specified integer constant.
val = ilauplo( uplo )
The ilauplo function translates a character string specifying an upper- or lower-triangular matrix to the relevant BLAST-specified integer constant.
The function returns an INTEGER. If val < 0, the input is not a character indicating an upper- or lower-triangular matrix. Otherwise, the function returns the constant value corresponding to uplo.
CHARACTER.
Specifies the form of the system of equations:
If diag = 'U': A is upper triangular.
If diag = 'L': A is lower triangular.
INTEGER
Value returned by the function.