LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
lapacke_lsame.c File Reference
#include "lapacke_utils.h"
Include dependency graph for lapacke_lsame.c:

Go to the source code of this file.

Functions/Subroutines

lapack_logical LAPACKE_lsame (char ca, char cb)

Function/Subroutine Documentation

lapack_logical LAPACKE_lsame ( char  ca,
char  cb 
)

Definition at line 36 of file lapacke_lsame.c.

{
return (lapack_logical) LAPACK_lsame( &ca, &cb, 1, 1 );
}

Here is the call graph for this function: