Function spotrf_

Computes the Cholesky factorization of a symmetric positive definite matrix.

extern(C) void spotrf_ (
  char* uplo,
  int* n,
  float* a,
  int* lda,
  int* info,
  int uplo_len
);