Function strtri_

Computes the inverse of a triangular matrix.

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