potri - multiple declarations
Function potri
void potri
(
char uplo,
int n,
std .complex .Complex!(double)* a,
int lda,
ref int info
);
Function potri
Computes the inverse of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.
void potri
(
char uplo,
int n,
float* a,
int lda,
ref int info
);
Function potri
void potri
(
char uplo,
int n,
double* a,
int lda,
ref int info
);
Function potri
void potri
(
char uplo,
int n,
std .complex .Complex!(float)* a,
int lda,
ref int info
);