#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 |
Definition at line 20 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 28 of file access.hpp.
Referenced by subview< eT >::at(), Mat< eT >::at(), Col< eT >::Col(), subview< eT >::colptr(), Mat< eT >::colptr(), podarray< T1 >::fill(), Mat< eT >::fill(), podarray< T1 >::init(), Mat< eT >::init(), field< oT >::init(), Mat< eT >::Mat(), subview< eT >::operator()(), podarray< T1 >::operator()(), Mat< eT >::operator()(), Mat< eT >::operator*=(), Mat< eT >::operator+=(), Mat< eT >::operator-=(), Mat< eT >::operator/=(), podarray< T1 >::operator=(), Mat< eT >::operator=(), Col< eT >::operator=(), subview< eT >::operator[](), podarray< T1 >::operator[](), Mat< eT >::operator[](), reshape(), Row< eT >::Row(), Mat< eT >::swap_rows(), field< oT >::~field(), Mat< eT >::~Mat(), and podarray< T1 >::~podarray().