MatrixFunctions::MatrixObject< T >::Args Class Reference

This is an implementation detail of the MatrixObject class. More...

#include <MatrixFunctions.h>

List of all members.

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


Detailed Description

template<typename T>
class MatrixFunctions::MatrixObject< T >::Args

This is an implementation detail of the MatrixObject class.

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.


Constructor & Destructor Documentation

template<typename T>
MatrixFunctions::MatrixObject< T >::Args::Args ( const int &  numRows,
const int &  numCols,
const T *  pInitialData 
)

Definition at line 55 of file MatrixFunctions.h.


Member Data Documentation

template<typename T>
const int MatrixFunctions::MatrixObject< T >::Args::mNumRows

Definition at line 52 of file MatrixFunctions.h.

template<typename T>
const int MatrixFunctions::MatrixObject< T >::Args::mNumCols

Definition at line 53 of file MatrixFunctions.h.

template<typename T>
const T* const MatrixFunctions::MatrixObject< T >::Args::mpInitialData

Definition at line 54 of file MatrixFunctions.h.


Software Development Kit - Opticks 4.9.0 Build 16218