|
qpOASES
3.1.1
|
#include <qpOASES/Utils.hpp>
Functions | |
| void | dpotrf_ (const char *uplo, const unsigned long *_n, double *a, const unsigned long *_lda, long *info) |
| void | spotrf_ (const char *uplo, const unsigned long *_n, float *a, const unsigned long *_lda, long *info) |
LAPACK replacement routines.
| 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.
References getSqrt(), and REFER_NAMESPACE_QPOASES.
| void spotrf_ | ( | const char * | , |
| const unsigned long * | , | ||
| float * | , | ||
| const unsigned long * | , | ||
| long * | |||
| ) |
Calculates the Cholesky factorization of a real symmetric positive definite matrix in single precision.
References getSqrt(), and REFER_NAMESPACE_QPOASES.
1.7.6.1