#include "IpSparseSymLinearSolverInterface.hpp"
#include <taucs.h>
Include dependency graph for IpTAUCSSolverInterface.hpp:
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
Classes | |
class | Ipopt::TAUCSSolverInterface |
Interface to the linear solver TAUCS, derived from SparseSymLinearSolverInterface. More... | |
struct | Ipopt::TAUCSSolverInterface::taucs_factorization |
Structure to store information about the factorization. More... | |
Defines | |
#define | taucs_free(x) taucs_free_stub(x) |
#define | taucs_malloc(x) taucs_malloc_stub(x); |
Functions | |
void | taucs_free_stub (void *ptr) |
void | taucs_free (void *ptr) |
void * | taucs_malloc_stub (size_t size) |
void * | taucs_malloc (size_t size) |
#define taucs_free | ( | x | ) | taucs_free_stub(x) |
Definition at line 20 of file IpTAUCSSolverInterface.hpp.
#define taucs_malloc | ( | x | ) | taucs_malloc_stub(x); |
Definition at line 24 of file IpTAUCSSolverInterface.hpp.
void taucs_free_stub | ( | void * | ptr | ) |
void taucs_free | ( | void * | ptr | ) |
void* taucs_malloc_stub | ( | size_t | size | ) |
void* taucs_malloc | ( | size_t | size | ) |