#include <wrapper.h>
Public Member Functions | |
| DBMMatrix () throw (OutOfMemory) | |
| DBMMatrix & | operator< (int bound) throw (OutOfMemory,std::bad_alloc) |
| DBMMatrix & | operator<= (int bound) throw (OutOfMemory,std::bad_alloc) |
| DBMMatrix & | add (int bound, bool strict) throw (OutOfMemory,std::bad_alloc) |
| FedArray | operator| (const DBMMatrix &m) throw (OutOfMemory,IncompatibleDBM) |
| int | size () const |
| int | get (int index) const |
| const int * | getMatrix () const |
Private Types | |
| typedef PointerAS< int > | matrix_t |
Private Attributes | |
| matrix_t | matrix |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2