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

Go to the source code of this file.

Functions/Subroutines

void LAPACKE_ilaver (const lapack_int *vers_major, const lapack_int *vers_minor, const lapack_int *vers_patch)

Function/Subroutine Documentation

void LAPACKE_ilaver ( const lapack_int vers_major,
const lapack_int vers_minor,
const lapack_int vers_patch 
)

Definition at line 36 of file lapacke_ilaver.c.

{
/* Call LAPACK function */
LAPACK_ilaver( vers_major, vers_minor, vers_patch );
return ;
}

Here is the call graph for this function: