Function ssytri_

Computes the inverse of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

extern(C) void ssytri_ (
  char* uplo,
  int* n,
  float* a,
  int* lda,
  int* ipiv,
  float* work,
  int* info,
  int uplo_len
);