Function spotri_

Computes the inverse of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

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