Function spptrf_

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

extern(C) void spptrf_ (
  char* uplo,
  int* n,
  float* ap,
  int* info,
  int uplo_len
);