LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
lapack_logical LAPACKE_lsame ( char  ca,
char  cb 
)

Definition at line 36 of file lapacke_lsame.c.

37 {
38  return (lapack_logical) LAPACK_lsame( &ca, &cb, 1, 1 );
39 }
#define lapack_logical
Definition: lapacke.h:51
lapack_logical LAPACK_lsame(char *ca, char *cb, lapack_int lca, lapack_int lcb)

Here is the call graph for this function: