![]() |
LAPACK
3.6.0
LAPACK: Linear Algebra PACKage
|
Functions/Subroutines | |
| logical function | lsame (CA, CB) |
| LSAME More... | |
| 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. |