Function stptri_

Computes the inverse of a triangular matrix in packed storage.

extern(C) void stptri_ (
  char* uplo,
  char* diag,
  int* n,
  float* ap,
  int* info,
  int uplo_len,
  int diag_len
);