#include <MathLib.h>
List of all members.
Public Member Functions |
void | canonicalize (void) |
void | clear (void) |
unsigned int | filled (void) const |
| kmatrix (void) |
| kmatrix (unsigned int _size1, unsigned int _size2) |
double | operator() (unsigned int r, unsigned int c) const |
void | push_back (unsigned int r, unsigned int c, double value) |
void | read (std::istream &in) |
void | resize (unsigned int _size1, unsigned int _size2, double value=0.0) |
unsigned int | size1 (void) const |
unsigned int | size2 (void) const |
Public Attributes |
std::vector< kmatrix_entry > | data |
unsigned int | size1_ |
unsigned int | size2_ |
Detailed Description
Definition at line 55 of file MathLib.h.
Constructor & Destructor Documentation
Member Function Documentation
double momdp::kmatrix::operator() |
( |
unsigned int |
r, |
|
|
unsigned int |
c |
|
) |
| const |
Member Data Documentation
The documentation for this struct was generated from the following files: