table of contents
lsame.f(3) | LAPACK | lsame.f(3) |
NAME¶
lsame.f -
SYNOPSIS¶
Functions/Subroutines¶
LOGICAL function lsame (CA, CB)
LSAME
Function/Subroutine Documentation¶
LOGICAL function lsame (characterCA, characterCB)¶
LSAME 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.
Date:
November 2011
Definition at line 52 of file INSTALL/lsame.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Sep 25 2012 | Version 3.4.2 |