![]() |
LAPACK
3.4.1
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
LOGICAL function | LSAME (CA, CB) |
LSAME |
LOGICAL function LSAME | ( | CHARACTER | CA, |
CHARACTER | CB | ||
) |
LSAME
LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
[in] | CA | CA is CHARACTER*1 |
[in] | CB | CB is CHARACTER*1 CA and CB specify the single characters to be compared. |
LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
[in] | CA | |
[in] | CB | CA and CB specify the single characters to be compared. |
Definition at line 54 of file lsame.f.