Go to the source code of this file.
Functions | |
| template<class T > | |
| std::string | class_to_string (T c) |
| template<class T > | |
| NumTraits< T >::Real | mat_imag (const T &) |
| template<> | |
| miUINT8_t | mat_imag (const std::complex< miUINT8_t > &v) |
| template<> | |
| miINT16_t | mat_imag (const std::complex< miINT16_t > &v) |
| template<> | |
| miUINT16_t | mat_imag (const std::complex< miUINT16_t > &v) |
| template<> | |
| miINT32_t | mat_imag (const std::complex< miINT32_t > &v) |
| template<> | |
| miUINT32_t | mat_imag (const std::complex< miUINT32_t > &v) |
| template<> | |
| miSINGLE_t | mat_imag (const std::complex< miSINGLE_t > &v) |
| template<> | |
| miINT8_t | mat_imag (const std::complex< miINT8_t > &v) |
| template<> | |
| miDOUBLE_t | mat_imag (const std::complex< miDOUBLE_t > &v) |
| template<> | |
| miINT8_t | mat_imag (const miINT8_t &v) |
| template<> | |
| miUINT8_t | mat_imag (const miUINT8_t &v) |
| template<> | |
| miINT16_t | mat_imag (const miINT16_t &v) |
| template<> | |
| miUINT16_t | mat_imag (const miUINT16_t &v) |
| template<> | |
| miINT32_t | mat_imag (const miINT32_t &v) |
| template<> | |
| miUINT32_t | mat_imag (const miUINT32_t &v) |
| template<> | |
| miSINGLE_t | mat_imag (const miSINGLE_t &v) |
| template<> | |
| miDOUBLE_t | mat_imag (const miDOUBLE_t &v) |
| template<> | |
| miDOUBLE_t | mat_real (const std::complex< miDOUBLE_t > &v) |
| template<> | |
| miUINT8_t | mat_real (const miUINT8_t &v) |
| template<> | |
| miUINT16_t | mat_real (const std::complex< miUINT16_t > &v) |
| template<> | |
| miUINT32_t | mat_real (const std::complex< miUINT32_t > &v) |
| template<> | |
| miINT32_t | mat_real (const std::complex< miINT32_t > &v) |
| template<> | |
| miINT16_t | mat_real (const miINT16_t &v) |
| template<> | |
| miUINT16_t | mat_real (const miUINT16_t &v) |
| template<> | |
| miSINGLE_t | mat_real (const miSINGLE_t &v) |
| template<> | |
| miINT8_t | mat_real (const std::complex< miINT8_t > &v) |
| template<> | |
| miINT8_t | mat_real (const miINT8_t &v) |
| template<class T > | |
| NumTraits< T >::Real | mat_real (const T &) |
| template<> | |
| miSINGLE_t | mat_real (const std::complex< miSINGLE_t > &v) |
| template<> | |
| miINT16_t | mat_real (const std::complex< miINT16_t > &v) |
| template<> | |
| miUINT8_t | mat_real (const std::complex< miUINT8_t > &v) |
| template<> | |
| miINT32_t | mat_real (const miINT32_t &v) |
| template<> | |
| miDOUBLE_t | mat_real (const miDOUBLE_t &v) |
| template<> | |
| miUINT32_t | mat_real (const miUINT32_t &v) |
| template<class T > | |
| T | read_as (void *p, MATtype type) |
| miINT32_t | typeSize (const MATtype &type) |
| template<class T > | |
| void | write_as (const T &v, void *p, MATtype type) |
| std::string class_to_string | ( | T | c | ) |
Definition at line 50 of file operations_on_types.hh.
| NumTraits<T>::Real mat_imag | ( | const T & | ) | [inline] |
Definition at line 166 of file operations_on_types.hh.
Definition at line 167 of file operations_on_types.hh.
| miUINT16_t mat_imag | ( | const std::complex< miUINT16_t > & | v | ) | [inline] |
Definition at line 168 of file operations_on_types.hh.
Definition at line 169 of file operations_on_types.hh.
| miUINT32_t mat_imag | ( | const std::complex< miUINT32_t > & | v | ) | [inline] |
Definition at line 170 of file operations_on_types.hh.
| miSINGLE_t mat_imag | ( | const std::complex< miSINGLE_t > & | v | ) | [inline] |
Definition at line 171 of file operations_on_types.hh.
Definition at line 165 of file operations_on_types.hh.
| miDOUBLE_t mat_imag | ( | const std::complex< miDOUBLE_t > & | v | ) | [inline] |
Definition at line 172 of file operations_on_types.hh.
Definition at line 157 of file operations_on_types.hh.
Definition at line 158 of file operations_on_types.hh.
Definition at line 159 of file operations_on_types.hh.
| miUINT16_t mat_imag | ( | const miUINT16_t & | v | ) | [inline] |
Definition at line 160 of file operations_on_types.hh.
Definition at line 161 of file operations_on_types.hh.
| miUINT32_t mat_imag | ( | const miUINT32_t & | v | ) | [inline] |
Definition at line 162 of file operations_on_types.hh.
| miSINGLE_t mat_imag | ( | const miSINGLE_t & | v | ) | [inline] |
Definition at line 163 of file operations_on_types.hh.
| miDOUBLE_t mat_imag | ( | const miDOUBLE_t & | v | ) | [inline] |
Definition at line 164 of file operations_on_types.hh.
| miDOUBLE_t mat_real | ( | const std::complex< miDOUBLE_t > & | v | ) | [inline] |
Definition at line 154 of file operations_on_types.hh.
Definition at line 140 of file operations_on_types.hh.
| miUINT16_t mat_real | ( | const std::complex< miUINT16_t > & | v | ) | [inline] |
Definition at line 150 of file operations_on_types.hh.
| miUINT32_t mat_real | ( | const std::complex< miUINT32_t > & | v | ) | [inline] |
Definition at line 152 of file operations_on_types.hh.
Definition at line 151 of file operations_on_types.hh.
Definition at line 141 of file operations_on_types.hh.
| miUINT16_t mat_real | ( | const miUINT16_t & | v | ) | [inline] |
Definition at line 142 of file operations_on_types.hh.
| miSINGLE_t mat_real | ( | const miSINGLE_t & | v | ) | [inline] |
Definition at line 145 of file operations_on_types.hh.
Definition at line 147 of file operations_on_types.hh.
Definition at line 139 of file operations_on_types.hh.
| NumTraits<T>::Real mat_real | ( | const T & | ) | [inline] |
| miSINGLE_t mat_real | ( | const std::complex< miSINGLE_t > & | v | ) | [inline] |
Definition at line 153 of file operations_on_types.hh.
Definition at line 149 of file operations_on_types.hh.
Definition at line 148 of file operations_on_types.hh.
Definition at line 143 of file operations_on_types.hh.
| miDOUBLE_t mat_real | ( | const miDOUBLE_t & | v | ) | [inline] |
Definition at line 146 of file operations_on_types.hh.
| miUINT32_t mat_real | ( | const miUINT32_t & | v | ) | [inline] |
Definition at line 144 of file operations_on_types.hh.
| T read_as | ( | void * | p, |
| MATtype | type | ||
| ) | [inline] |
Definition at line 72 of file operations_on_types.hh.
Definition at line 24 of file operations_on_types.hh.
| void write_as | ( | const T & | v, |
| void * | p, | ||
| MATtype | type | ||
| ) | [inline] |
Definition at line 103 of file operations_on_types.hh.