Function spttrf_

Computes the LDL**H factorization of a symmetric positive definite tridiagonal matrix.

extern(C) void spttrf_ (
  int* n,
  float* d,
  float* e,
  int* info
);