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 108 of file MueLu_MatlabUtils_decl.hpp.
MueLu::MuemexData< T >::MuemexData | ( | T & | data | ) |
Definition at line 1234 of file MueLu_MatlabUtils_def.hpp.
MueLu::MuemexData< T >::MuemexData | ( | T & | data, |
MuemexType | type | ||
) |
Definition at line 1228 of file MueLu_MatlabUtils_def.hpp.
MueLu::MuemexData< T >::MuemexData | ( | const mxArray * | mxa | ) |
Definition at line 1217 of file MueLu_MatlabUtils_def.hpp.
mxArray * MueLu::MuemexData< T >::convertToMatlab | ( | ) |
Definition at line 1223 of file MueLu_MatlabUtils_def.hpp.
T & MueLu::MuemexData< T >::getData | ( | ) |
Definition at line 1238 of file MueLu_MatlabUtils_def.hpp.
void MueLu::MuemexData< T >::setData | ( | T & | data | ) |
Definition at line 1243 of file MueLu_MatlabUtils_def.hpp.
|
private |
Definition at line 118 of file MueLu_MatlabUtils_decl.hpp.