#include <MatrixFunctions.h>
Public Member Functions | |
| Args (const int &numRows, const int &numCols, const T *pInitialData) | |
Public Attributes | |
| const int | mNumRows |
| const int | mNumCols |
| const T *const | mpInitialData |
This is an implementation detail of the MatrixObject class. It is used for passing the parameters required by createMatrix.
Definition at line 49 of file MatrixFunctions.h.
| MatrixFunctions::MatrixObject< T >::Args::Args | ( | const int & | numRows, | |
| const int & | numCols, | |||
| const T * | pInitialData | |||
| ) |
Definition at line 55 of file MatrixFunctions.h.
| const int MatrixFunctions::MatrixObject< T >::Args::mNumRows |
Definition at line 52 of file MatrixFunctions.h.
| const int MatrixFunctions::MatrixObject< T >::Args::mNumCols |
Definition at line 53 of file MatrixFunctions.h.
| const T* const MatrixFunctions::MatrixObject< T >::Args::mpInitialData |
Definition at line 54 of file MatrixFunctions.h.