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

Go to the source code of this file.

Functions/Subroutines

lapack_int LAPACKE_slarnv (lapack_int idist, lapack_int *iseed, lapack_int n, float *x)

Function/Subroutine Documentation

lapack_int LAPACKE_slarnv ( lapack_int  idist,
lapack_int iseed,
lapack_int  n,
float *  x 
)

Definition at line 36 of file lapacke_slarnv.c.

{
return LAPACKE_slarnv_work( idist, iseed, n, x );
}

Here is the call graph for this function: