.TH "lapacke_sgbrfs.c" 3 "Wed Mar 8 2017" "Version 3.7.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME lapacke_sgbrfs.c \- .SH SYNOPSIS .br .PP \fC#include 'lapacke_utils\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "\fBlapack_int\fP \fBLAPACKE_sgbrfs\fP (int matrix_layout, char trans, \fBlapack_int\fP n, \fBlapack_int\fP kl, \fBlapack_int\fP ku, \fBlapack_int\fP nrhs, const float *ab, \fBlapack_int\fP ldab, const float *afb, \fBlapack_int\fP ldafb, const \fBlapack_int\fP *ipiv, const float *b, \fBlapack_int\fP ldb, float *x, \fBlapack_int\fP ldx, float *ferr, float *berr)" .br .in -1c .SH "Function Documentation" .PP .SS "\fBlapack_int\fP LAPACKE_sgbrfs (intmatrix_layout, chartrans, \fBlapack_int\fPn, \fBlapack_int\fPkl, \fBlapack_int\fPku, \fBlapack_int\fPnrhs, const float *ab, \fBlapack_int\fPldab, const float *afb, \fBlapack_int\fPldafb, const \fBlapack_int\fP *ipiv, const float *b, \fBlapack_int\fPldb, float *x, \fBlapack_int\fPldx, float *ferr, float *berr)" .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.