Dip
0.92.4
|
#include <DecompMemPool.h>
Public Member Functions | |
void | allocateMemory (const int nCoreCols, const int nCoreRows) |
DecompMemPool () | |
~DecompMemPool () | |
void | allocateMemory (const int nCoreCols, const int nCoreRows) throw (CoinError) |
DecompMemPool () | |
~DecompMemPool () | |
Public Attributes | |
double * | dblArrNCoreCols |
double * | dblArrNCoreRows |
Definition at line 22 of file DecompMemPool.h.
|
inline |
Definition at line 42 of file DecompMemPool.h.
|
inline |
Definition at line 46 of file DecompMemPool.h.
References dblArrNCoreCols, dblArrNCoreRows, and UTIL_DELARR.
|
inline |
Definition at line 39 of file DecompMemPool.h.
|
inline |
Definition at line 43 of file DecompMemPool.h.
References dblArrNCoreCols, dblArrNCoreRows, and UTIL_DELARR.
|
inline |
Definition at line 28 of file DecompMemPool.h.
References CoinAssertHint, dblArrNCoreCols, and dblArrNCoreRows.
|
inline |
Definition at line 25 of file DecompMemPool.h.
References CoinAssertHint, dblArrNCoreCols, and dblArrNCoreRows.
double * DecompMemPool::dblArrNCoreCols |
Definition at line 24 of file DecompMemPool.h.
Referenced by allocateMemory(), and ~DecompMemPool().
double * DecompMemPool::dblArrNCoreRows |
Definition at line 25 of file DecompMemPool.h.
Referenced by allocateMemory(), and ~DecompMemPool().