#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) |
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 qpOASES-3.0beta/src/LAPACKReplacement.cpp.