#include <StateTransitionXXpY.h>
Public Member Functions | |
virtual SharedPointer < SparseMatrix > | getMatrix (int a, int x, int xp) |
virtual SharedPointer < SparseMatrix > | getMatrixTr (int a, int x, int xp) |
StateTransitionXXpY (void) | |
virtual | ~StateTransitionXXpY (void) |
Private Types | |
typedef vector< vector< vector < SharedPointer< SparseMatrix > > > > | Matrices |
Private Attributes | |
Matrices | matrix |
Matrices | matrixTr |
Friends | |
class | MOMDP |
Definition at line 17 of file StateTransitionXXpY.h.
typedef vector<vector<vector<SharedPointer<SparseMatrix> > > > momdp::StateTransitionXXpY::Matrices [private] |
Definition at line 21 of file StateTransitionXXpY.h.
Definition at line 3 of file StateTransitionXXpY.cpp.
StateTransitionXXpY::~StateTransitionXXpY | ( | void | ) | [virtual] |
Definition at line 7 of file StateTransitionXXpY.cpp.
SharedPointer< SparseMatrix > StateTransitionXXpY::getMatrix | ( | int | a, |
int | x, | ||
int | xp | ||
) | [virtual] |
Implements momdp::StateTransitionY.
Definition at line 11 of file StateTransitionXXpY.cpp.
SharedPointer< SparseMatrix > StateTransitionXXpY::getMatrixTr | ( | int | a, |
int | x, | ||
int | xp | ||
) | [virtual] |
Implements momdp::StateTransitionY.
Definition at line 15 of file StateTransitionXXpY.cpp.
friend class MOMDP [friend] |
Definition at line 19 of file StateTransitionXXpY.h.
Matrices momdp::StateTransitionXXpY::matrix [private] |
Definition at line 22 of file StateTransitionXXpY.h.
Matrices momdp::StateTransitionXXpY::matrixTr [private] |
Definition at line 23 of file StateTransitionXXpY.h.