sysvx
- void sysvx(char fact, char uplo, f_int n, f_int nrhs, f_float* a, f_int lda, f_float* af, f_int ldaf, f_int* ipiv, f_float* b, f_int ldb, f_float* x, f_int ldx, f_float rcond, f_float* ferr, f_float* berr, f_float* work, f_int lwork, f_int* iwork, f_int info)
- void sysvx(char fact, char uplo, f_int n, f_int nrhs, f_double* a, f_int lda, f_double* af, f_int ldaf, f_int* ipiv, f_double* b, f_int ldb, f_double* x, f_int ldx, f_double rcond, f_double* ferr, f_double* berr, f_double* work, f_int lwork, f_int* iwork, f_int info)
- void sysvx(char fact, char uplo, f_int n, f_int nrhs, f_cfloat* a, f_int lda, f_cfloat* af, f_int ldaf, f_int* ipiv, f_cfloat* b, f_int ldb, f_cfloat* x, f_int ldx, f_float rcond, f_float* ferr, f_float* berr, f_cfloat* work, f_int lwork, f_float* rwork, f_int info)
- void sysvx(char fact, char uplo, f_int n, f_int nrhs, f_cdouble* a, f_int lda, f_cdouble* af, f_int ldaf, f_int* ipiv, f_cdouble* b, f_int ldb, f_cdouble* x, f_int ldx, f_double rcond, f_double* ferr, f_double* berr, f_cdouble* work, f_int lwork, f_double* rwork, f_int info)
void
sysvx
(,,,,,,,,,,,,,,,,,,,)