#include <MatrixData.hpp>
Public Methods | |
MatrixData () | |
MatrixData (const MatrixData &src) | |
MatrixData (UINT nSize) | |
virtual | ~MatrixData () |
void | inc () |
void | dec () |
BOOL | isShared () const |
UINT | getSize () const |
BOOL | equals (const MatrixData &src) |
double | Element (UINT nRow, UINT nCol) const |
double & | Element (UINT nRow, UINT nCol) |
Private Attributes | |
UINT | size |
double * | elements |
UINT | ref |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 33 of file MatrixData.hpp. |
|
Definition at line 34 of file MatrixData.hpp. |
|
Definition at line 32 of file MatrixData.hpp. |