/home/coin/SVN-release/Ipopt-3.2.4/Ipopt/src/Algorithm/LinearSolvers/IpTAUCSSolverInterface.hpp File Reference

#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 Documentation

#define taucs_free (  )     taucs_free_stub(x)

Definition at line 20 of file IpTAUCSSolverInterface.hpp.

#define taucs_malloc (  )     taucs_malloc_stub(x);

Definition at line 24 of file IpTAUCSSolverInterface.hpp.


Function Documentation

void taucs_free_stub ( void *  ptr  ) 

void taucs_free ( void *  ptr  ) 

void* taucs_malloc_stub ( size_t  size  ) 

void* taucs_malloc ( size_t  size  ) 


Generated on Thu May 15 22:23:59 2008 by  doxygen 1.4.7