NiHu
2.0
|
A Matlab mex matrix interface. More...
#include <mex.h>
#include <matrix.h>
#include "mex_matrix_separate.hpp"
Go to the source code of this file.
A Matlab mex matrix interface.
The interface makes it possible to use Matlab-borne matrices in C++ and to create Matlab matrices in C++. The interface handles real and complex matrices in a convenient manner, hiding mex implementation details from the C++ programmer.
Definition in file mex_matrix.hpp.