|
HQP
1.9.6
|
solve the Jacobian matrix of Interior Point algorithms using the Parallel direct solver Pardiso More...
#include "Hqp_IpMatrix.h"#include "Hqp_DynLoad.h"Classes | |
| class | Hqp_IpPardiso |
| Solve the Jacobian matrix of Interior Point algorithms using the Pardiso solver. More... | |
Typedefs | |
| typedef int( | pardiso_ft )(void *, int *, int *, int *, int *, int *, double *, int *, int *, int *, int *, int *, int *, double *, double *, int *) |
| Signature of used PARDISO function (version 3) | |
solve the Jacobian matrix of Interior Point algorithms using the Parallel direct solver Pardiso
hl, 2006/11/22
derived from Hqp_IpSpBKP.h (developed by Ruediger Franke)