Function dsptrf_

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