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