Function dpptrf_

extern(C) void dpptrf_ (
  char* uplo,
  int* n,
  double* ap,
  int* info,
  int uplo_len
);