|
| Matrix (int rows, int cols) |
|
| Matrix (const Matrix &orig) |
|
Matrix & | operator= (const Matrix &orig) |
|
int | getColumns () const |
|
int | getRows () const |
|
double * | getData () |
|
double | get (int row, int column) const |
|
void | set (int row, int column, double value) |
|
void | resize (int rows, int columns) |
|
void | zero () |
|
void | copy (Matrix &source, int offset_rows, int offset_cols, int size_rows, int size_columns, double prefactor) |
|
Matrix * | crop (int offsetm_rows, int offsetm_cols, int sizem_rows, int sizem_cols) |
|
|
double * | m_data |
|
int | m_rows |
|
int | m_columns |
|
The documentation for this class was generated from the following files:
- /home/chris/Development/Release/NanoStructures/math/matrix.h
- /home/chris/Development/Release/NanoStructures/math/matrix.cpp