.TH "SRC/lsamen.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME SRC/lsamen.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "logical function \fBlsamen\fP (n, ca, cb)" .br .RI "\fBLSAMEN\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "logical function lsamen (integer n, character*( * ) ca, character*( * ) cb)" .PP \fBLSAMEN\fP .PP \fBPurpose:\fP .RS 4 .PP .nf !> !> LSAMEN tests if the first N letters of CA are the same as the !> first N letters of CB, regardless of case\&. !> LSAMEN returns \&.TRUE\&. if CA and CB are equivalent except for case !> and \&.FALSE\&. otherwise\&. LSAMEN also returns \&.FALSE\&. if LEN( CA ) !> or LEN( CB ) is less than N\&. !> .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf !> N is INTEGER !> The number of characters in CA and CB to be compared\&. !> .fi .PP .br \fICA\fP .PP .nf !> CA is CHARACTER*(*) !> .fi .PP .br \fICB\fP .PP .nf !> CB is CHARACTER*(*) !> CA and CB specify two character strings of length at least N\&. !> Only the first N characters of each string will be accessed\&. !> .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .PP Definition at line \fB73\fP of file \fBlsamen\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.