Function ssptrs_

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage, using the factorization computed by SSPTRF.

extern(C) void ssptrs_ (
  char* uplo,
  int* n,
  int* nrhs,
  float* ap,
  int* ipiv,
  float* b,
  int* ldb,
  int* info,
  int uplo_len
);