Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

ilauplo (3p)

Name

ilauplo - or lower-triangular matrix to the relevant BLAST-specified integer con- stant

Synopsis

INTEGER FUNCTION ILAUPLO( UPLO )


CHARACTER*1 UPLO


INTEGER*8 FUNCTION ILAUPLO_64( UPLO )


CHARACTER*1 UPLO


F95 INTERFACE
INTEGER FUNCTION LAUPLO( UPLO )


CHARACTER(LEN=1) :: UPLO


INTEGER(8) FUNCTION LAUPLO_64( UPLO )


CHARACTER(LEN=1) :: UPLO


C INTERFACE
#include <sunperf.h>

int ilauplo(char uplo);



long ilauplo_64(char uplo);

Description

Oracle Solaris Studio Performance Library                          ilauplo(3P)



NAME
       ilauplo  -  translate  from  a  character string specifying a upper- or
       lower-triangular matrix to the relevant  BLAST-specified  integer  con-
       stant


SYNOPSIS
       INTEGER FUNCTION ILAUPLO( UPLO )


       CHARACTER*1 UPLO


       INTEGER*8 FUNCTION ILAUPLO_64( UPLO )


       CHARACTER*1 UPLO


   F95 INTERFACE
       INTEGER FUNCTION LAUPLO( UPLO )


       CHARACTER(LEN=1) :: UPLO


       INTEGER(8) FUNCTION LAUPLO_64( UPLO )


       CHARACTER(LEN=1) :: UPLO


   C INTERFACE
       #include <sunperf.h>

       int ilauplo(char uplo);



                 long ilauplo_64(char uplo);

PURPOSE
       ilauplo  returns  an  INTEGER.  If ILAUPLO < 0, then the input is not a
       character indicating an upper- or lower-triangular  matrix.   Otherwise
       ILAUPLO returns the constant value corresponding to UPLO.


ARGUMENTS
       UPLO (input) CHARACTER(1)



                                  7 Nov 2015                       ilauplo(3P)