pptrf - multiple declarations

Function pptrf

Computes the Cholesky factorization of a symmetric positive definite matrix in packed storage.

void pptrf (
  char uplo,
  int n,
  float* ap,
  ref int info
);

Function pptrf

void pptrf (
  char uplo,
  int n,
  double* ap,
  ref int info
);

Function pptrf

void pptrf (
  char uplo,
  int n,
  std.complex.Complex!(float)* ap,
  ref int info
);

Function pptrf

void pptrf (
  char uplo,
  int n,
  std.complex.Complex!(double)* ap,
  ref int info
);