sysv
- void sysv(char uplo, f_int n, f_int nrhs, f_float* a, f_int lda, f_int* ipiv, f_float* b, f_int ldb, f_float* work, f_int lwork, f_int info)
void
sysv
(,,,,,,,,,,) - void sysv(char uplo, f_int n, f_int nrhs, f_double* a, f_int lda, f_int* ipiv, f_double* b, f_int ldb, f_double* work, f_int lwork, f_int info)
- void sysv(char uplo, f_int n, f_int nrhs, f_cfloat* a, f_int lda, f_int* ipiv, f_cfloat* b, f_int ldb, f_cfloat* work, f_int lwork, f_int info)
- void sysv(char uplo, f_int n, f_int nrhs, f_cdouble* a, f_int lda, f_int* ipiv, f_cdouble* b, f_int ldb, f_cdouble* work, f_int lwork, f_int info)
Solves a real symmetric indefinite system of linear equations AX=B.