MueLu
Version of the Day
|
#include <MueLu_MatlabUtils_decl.hpp>
Public Member Functions | |
MuemexData (T &data) | |
MuemexData (T &data, MuemexType type) | |
MuemexData (const mxArray *mxa) | |
mxArray * | convertToMatlab () |
T & | getData () |
void | setData (T &data) |
Public Member Functions inherited from MueLu::MuemexArg | |
MuemexArg (MuemexType dataType) | |
Private Attributes | |
T | data |
Additional Inherited Members | |
Public Attributes inherited from MueLu::MuemexArg | |
MuemexType | type |
Definition at line 148 of file MueLu_MatlabUtils_decl.hpp.
MueLu::MuemexData< T >::MuemexData | ( | T & | data | ) |
Definition at line 1350 of file MueLu_MatlabUtils_def.hpp.
MueLu::MuemexData< T >::MuemexData | ( | T & | data, |
MuemexType | type | ||
) |
Definition at line 1344 of file MueLu_MatlabUtils_def.hpp.
MueLu::MuemexData< T >::MuemexData | ( | const mxArray * | mxa | ) |
Definition at line 1332 of file MueLu_MatlabUtils_def.hpp.
mxArray * MueLu::MuemexData< T >::convertToMatlab | ( | ) |
Definition at line 1338 of file MueLu_MatlabUtils_def.hpp.
T & MueLu::MuemexData< T >::getData | ( | ) |
Definition at line 1353 of file MueLu_MatlabUtils_def.hpp.
void MueLu::MuemexData< T >::setData | ( | T & | data | ) |
Definition at line 1359 of file MueLu_MatlabUtils_def.hpp.
|
private |
Definition at line 158 of file MueLu_MatlabUtils_decl.hpp.