sptrf - multiple declarations
Function sptrf
Computes the factorization of a real symmetric-indefinite matrix in packed storage, using the diagonal pivoting method.
void sptrf
(
char uplo,
int n,
float* ap,
int* ipiv,
ref int info
);
Function sptrf
void sptrf
(
char uplo,
int n,
double* ap,
int* ipiv,
ref int info
);
Function sptrf
void sptrf
(
char uplo,
int n,
std .complex .Complex!(float)* ap,
int* ipiv,
ref int info
);
Function sptrf
void sptrf
(
char uplo,
int n,
std .complex .Complex!(double)* ap,
int* ipiv,
ref int info
);