index proxy class of a complex matrix
More...
#include <mex_matrix_separate.hpp>
|
typedef Parent::scalar_t | scalar_t |
| the scalar type of the parent class
|
|
template<class Parent>
class NiHu::mex::index_proxy< Parent >
index proxy class of a complex matrix
Definition at line 167 of file mex_matrix_separate.hpp.
◆ index_proxy()
constructor
- Parameters
-
matrix | the parent container class |
row | the row index |
col | the column index |
Definition at line 178 of file mex_matrix_separate.hpp.
◆ imag()
return reference to the imaginary part
- Returns
- reference to the imaginary part of the complex element
Definition at line 202 of file mex_matrix_separate.hpp.
◆ operator std::complex< scalar_t >()
◆ operator+=() [1/2]
template<class Parent >
template<class complex_rhs_t >
◆ operator+=() [2/2]
◆ operator=() [1/2]
template<class Parent >
template<class complex_rhs_t >
◆ operator=() [2/2]
◆ real()
return reference to the real part
- Returns
- reference to the real part of the complex element
Definition at line 194 of file mex_matrix_separate.hpp.
The documentation for this class was generated from the following file: