hpsv

Solves a complex Hermitian indefinite system of linear equations AX=B, where A is held in packed storage.

  1. void hpsv(char uplo, f_int n, f_int nrhs, f_cfloat* ap, f_int* ipiv, f_cfloat* b, f_int ldb, f_int info)
  2. void hpsv(char uplo, f_int n, f_int nrhs, f_cdouble* ap, f_int* ipiv, f_cdouble* b, f_int ldb, f_int info)

Meta