|
libDAI
|
Defines some utility functions for interfacing with MatLab. More...
Go to the source code of this file.
Namespaces | |
| namespace | dai |
Namespace for libDAI. | |
Functions | |
| mxArray * | dai::Factors2mx (const std::vector< Factor > &Ps) |
| Convert vector<Factor> structure to a cell vector of CPTAB-like structs. | |
| vector< Factor > | dai::mx2Factors (const mxArray *psi, long verbose) |
| Convert cell vector of CPTAB-like structs to vector<Factor> | |
| Factor | dai::mx2Factor (const mxArray *psi) |
| Convert CPTAB-like struct to Factor. | |
Defines some utility functions for interfacing with MatLab.
1.7.4