Function spbstf_
Computes a split Cholesky factorization of a real symmetric positive definite band matrix.
extern(C) void spbstf_
(
char* uplo,
int* n,
int* kd,
float* ab,
int* ldab,
int* info,
int uplo_len
);