Loading [MathJax]/extensions/tex2jax.js
NiHu  2.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

A Matlab mex matrix interface. More...

#include <mex.h>
#include <matrix.h>
#include "mex_matrix_separate.hpp"
Include dependency graph for mex_matrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

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.