lsame.f

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

NAME

lsame.f  

SYNOPSIS


 

Functions/Subroutines


logical function lsame (CA, CB)
LSAME  

Function/Subroutine Documentation

 

logical function lsame (character CA, character CB)

LSAME

Purpose:

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


 

Parameters:

CA

          CA is CHARACTER*1


CB

          CB is CHARACTER*1
          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:

December 2016

Definition at line 55 of file lsame.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
logical function lsame (character CA, character CB)
Author