Scroll to navigation

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/INSTALL/lsame.f(3) Library Functions Manual /home/abuild/rpmbuild/BUILD/lapack-3.12.0/INSTALL/lsame.f(3)

NAME

/home/abuild/rpmbuild/BUILD/lapack-3.12.0/INSTALL/lsame.f

SYNOPSIS

Functions/Subroutines


logical function LSAME (ca, cb)
LSAME

Function/Subroutine Documentation

logical function LSAME (character ca, character cb)

LSAME

Purpose:

!>
!> LSAME returns .TRUE. if CA is the same letter as CB regardless of
!> case.
!> 

Parameters

CA

!>          CA is CHARACTER*1
!> 

CB

!>          CB is CHARACTER*1
!>          CA and CB specify the single characters to be compared.
!> 

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Purpose:

!>
!> LSAME returns .TRUE. if CA is the same letter as CB regardless of
!> case.
!> 

Parameters

CA
CB

!>          CA and CB specify the single characters to be compared.
!> 

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 52 of file lsame.f.

Author

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK