Function sgetri_

Computes the inverse of a general matrix, using the LU factorization computed by SGETRF.

extern(C) void sgetri_ (
  int* n,
  float* a,
  int* lda,
  int* ipiv,
  float* work,
  int* lwork,
  int* info
);