#include <math.h>
Go to the source code of this file.
Functions | |
| void | dpotrf_ (const char *uplo, const unsigned long *_n, double *a, const unsigned long *_lda, long *info) |
LAPACK replacement routines.
Definition in file LAPACKReplacement.cpp.
| void dpotrf_ | ( | const char * | , |
| const unsigned long * | , | ||
| double * | , | ||
| const unsigned long * | , | ||
| long * | |||
| ) |
Calculates the Cholesky factorization of a real symmetric positive definite matrix in double precision.
Definition at line 38 of file LAPACKReplacement.cpp.