Container class of a complex matrix stored in Matlab format.
More...
#include <mex_matrix_separate.hpp>
|
class | index_proxy< complex_matrix< T > > |
|
template<class T>
class NiHu::mex::complex_matrix< T >
Container class of a complex matrix stored in Matlab format.
Definition at line 256 of file mex_matrix_separate.hpp.
◆ complex_matrix() [1/2]
output matrix (allocating) constructor
- Parameters
-
[in] | rows | number of rows |
[in] | cols | number of columns |
[out] | output | pointer to the result matrix is copied here |
Definition at line 269 of file mex_matrix_separate.hpp.
◆ complex_matrix() [2/2]
input matrix constructor
- Parameters
-
[in] | input | pointer to the native Matlab matrix format |
Definition at line 281 of file mex_matrix_separate.hpp.
◆ operator()() [1/2]
index operator that returns a proxy
- Parameters
-
row | row index |
col | column index |
- Returns
- proxy object storing the parent container and the indices
Definition at line 304 of file mex_matrix_separate.hpp.
◆ operator()() [2/2]
index operator that returns a complex number
- Parameters
-
row | row index |
col | column index |
- Returns
- complex number
Definition at line 293 of file mex_matrix_separate.hpp.
The documentation for this class was generated from the following file: