#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 More... | |
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 More... | |
template<typename T > | |
static arma_inline const T | tmp_real (const std::complex< T > &X) |
Definition at line 18 of file access.hpp.
|
inlinestatic |
internal function to allow modification of data declared as read-only
Definition at line 23 of file access.hpp.
|
inlinestatic |
internal function to obtain the real part of either a plain number or a complex number
Definition at line 26 of file access.hpp.
|
inlinestatic |
Definition at line 27 of file access.hpp.