.TH "lapacke_sgesvx.c" 3 "Wed May 24 2017" "Version 3.7.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME lapacke_sgesvx.c .SH SYNOPSIS .br .PP \fC#include 'lapacke_utils\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "\fBlapack_int\fP \fBLAPACKE_sgesvx\fP (int matrix_layout, char fact, char trans, \fBlapack_int\fP n, \fBlapack_int\fP nrhs, float *a, \fBlapack_int\fP lda, float *af, \fBlapack_int\fP ldaf, \fBlapack_int\fP *ipiv, char *equed, float *r, float *c, float *b, \fBlapack_int\fP ldb, float *x, \fBlapack_int\fP ldx, float *rcond, float *ferr, float *berr, float *rpivot)" .br .in -1c .SH "Function Documentation" .PP .SS "\fBlapack_int\fP LAPACKE_sgesvx (int matrix_layout, char fact, char trans, \fBlapack_int\fP n, \fBlapack_int\fP nrhs, float * a, \fBlapack_int\fP lda, float * af, \fBlapack_int\fP ldaf, \fBlapack_int\fP * ipiv, char * equed, float * r, float * c, float * b, \fBlapack_int\fP ldb, float * x, \fBlapack_int\fP ldx, float * rcond, float * ferr, float * berr, float * rpivot)" .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.