Function dtpcon_

extern(C) void dtpcon_ (
  char* norm,
  char* uplo,
  char* diag,
  int* n,
  double* ap,
  double* rcond,
  double* work,
  int* iwork,
  int* info,
  int norm_len,
  int uplo_len,
  int diag_len
);