Manual Reference Pages  - lsame (3m_blas)

NAME

lsame(3f) - [BLAS:AUX_BLAS] compare two letters ignoring case

CONTENTS

Synopsis
Definition
Options
Authors
See Also

SYNOPSIS

logical function lsame(ca,cb)

      .. Scalar Arguments ..
      character(len=1),intent(in) :: ca,cb
      ..

DEFINITION

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

OPTIONS

    CA

CA is CHARACTER*1

    CB

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

AUTHORS

o Univ. of Tennessee
o Univ. of California Berkeley
o Univ. of Colorado Denver
o NAG Ltd.

 date:December 2016

SEE ALSO

Online html documentation available at http://www.netlib.org/lapack/explore-html/


Nemo Release 3.1 lsame (3m_blas) July 20, 2023
Generated by manServer 1.08 from a2a99ffc-7333-4089-a237-112a1254ee4d using man macros.