pbstf - multiple declarations
Function pbstf
void pbstf
(
char uplo,
int n,
int kd,
std .complex .Complex!(double)* ab,
int ldab,
ref int info
);
Function pbstf
void pbstf
(
char uplo,
int n,
int kd,
std .complex .Complex!(float)* ab,
int ldab,
ref int info
);
Function pbstf
void pbstf
(
char uplo,
int n,
int kd,
double* ab,
int ldab,
ref int info
);
Function pbstf
Computes a split Cholesky factorization of a real symmetric positive definite band matrix.
void pbstf
(
char uplo,
int n,
int kd,
float* ab,
int ldab,
ref int info
);