|
NAMElapacke_sgeev.cSYNOPSIS#include 'lapacke_utils.h' Functionslapack_int LAPACKE_sgeev (int matrix_layout, char jobvl, char jobvr, lapack_int n, float *a, lapack_int lda, float *wr, float *wi, float *vl, lapack_int ldvl, float *vr, lapack_int ldvr) Function Documentationlapack_int LAPACKE_sgeev (int matrix_layout, char jobvl, char jobvr, lapack_int n, float * a, lapack_int lda, float * wr, float * wi, float * vl, lapack_int ldvl, float * vr, lapack_int ldvr)Definition at line 35 of file lapacke_sgeev.c.AuthorGenerated automatically by Doxygen for LAPACK from the source code.
Visit the GSP FreeBSD Man Page Interface. |