#include <eoSharing.h>
Public Member Functions | |
| dMatrix (unsigned _s) | |
| double | operator() (unsigned _i, unsigned _j) const |
| simple accessor | |
| double & | operator() (unsigned _i, unsigned _j) |
| reference - to set values | |
| void | printOn (std::ostream &_os) |
| just in case | |
Private Attributes | |
| unsigned | rSize |
Definition at line 37 of file eoSharing.h.
1.3.9.1