lsame(3f) - [BLAS:AUX_BLAS] compare two letters ignoring case
Synopsis
Definition
Options
Authors
See Also
logical function lsame(ca,cb)
.. Scalar Arguments .. character(len=1),intent(in) :: ca,cb ..
LSAME returns .TRUE. if CA is the same letter as CB regardless of case.
CA is CHARACTER*1
CB is CHARACTER*1 CA and CB specify the single characters to be compared.
o Univ. of Tennessee o Univ. of California Berkeley o Univ. of Colorado Denver o NAG Ltd. date:December 2016
Online html documentation available at http://www.netlib.org/lapack/explore-html/
Nemo Release 3.1 | lsame (3) | February 23, 2025 |