#include <TMatrix.h>
Public Member Functions | |
CTMatrix () | |
CTMatrix (long rows, long columns) | |
CTMatrix (const CTMatrix< TYPE > &matrix) | |
~CTMatrix () | |
void | Construction (long rows, long columns) |
void | Construction (const CTMatrix< TYPE > &matrix) |
void | Destruction () |
void | ImportFrom (const void *source) |
void | ExportTo (void *destination) const |
CTMatrix< TYPE > & | operator= (const CTMatrix< TYPE > &matrix) |
TYPE * | operator[] (long index) const |
bool | Is_row_valid (long row) const |
bool | Is_column_valid (long column) const |
bool | IsNull () const |
bool | IsNotNull () const |
long | GetRows () const |
long | GetColumns () const |
long | Get_height () const |
long | Get_width () const |
long | GetElements () const |
long | GetSizeInBytes () const |
TYPE * | GetMemoryPointer () const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|