Developer Reference for Intel® oneAPI Math Kernel Library for Fortran

ID 766686
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

ilauplo

Translates a character string specifying an upper- or lower-triangular matrix to the relevant BLAST-specified integer constant.

Syntax

val = ilauplo( uplo )

Include Files
  • mkl.fi
Description

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.

Input Parameters
diag

CHARACTER.

Specifies the form of the system of equations:

If diag = 'U': A is upper triangular.

If diag = 'L': A is lower triangular.

Output Parameters
val

INTEGER

Value returned by the function.