#include <access.hpp>
Static Public Member Functions | |
template<typename T1 > | |
static arma_inline T1 & | rw (const T1 &x) |
internal function to allow modification of data declared as read-only | |
template<typename eT > | |
static arma_inline const eT & | tmp_real (const eT &X) |
internal function to obtain the real part of either a plain number or a complex number | |
template<typename T > | |
static arma_inline const T | tmp_real (const std::complex< T > &X) |
Definition at line 18 of file access.hpp.
static arma_inline T1& access::rw | ( | const T1 & | x | ) | [inline, static] |
internal function to allow modification of data declared as read-only
Definition at line 23 of file access.hpp.
static arma_inline const eT& access::tmp_real | ( | const eT & | X | ) | [inline, static] |
internal function to obtain the real part of either a plain number or a complex number
Definition at line 26 of file access.hpp.
static arma_inline const T access::tmp_real | ( | const std::complex< T > & | X | ) | [inline, static] |
Definition at line 27 of file access.hpp.