#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 op_reshape::apply(), subview< eT >::at(), subview_cube< eT >::at(), Mat< eT >::at(), Cube< eT >::at(), Row< eT >::col(), Col< eT >::Col(), subview< eT >::colptr(), Mat< eT >::colptr(), Cube< eT >::create_mat(), Cube< eT >::Cube(), Cube< eT >::delete_mat(), podarray< T1 >::fill(), Mat< eT >::fill(), Cube< eT >::fill(), podarray< T1 >::init(), Mat< eT >::init(), field< oT >::init(), Cube< eT >::init(), Mat< eT >::Mat(), subview< eT >::operator()(), subview_cube< eT >::operator()(), podarray< T1 >::operator()(), Mat< eT >::operator()(), Cube< eT >::operator()(), Mat< eT >::operator*=(), Cube< eT >::operator*=(), Mat< eT >::operator+=(), Cube< eT >::operator+=(), Mat< eT >::operator-=(), Cube< eT >::operator-=(), Mat< eT >::operator/=(), Cube< eT >::operator/=(), podarray< T1 >::operator=(), Mat< eT >::operator=(), Cube< eT >::operator=(), Col< eT >::operator=(), subview< eT >::operator[](), subview_cube< eT >::operator[](), podarray< T1 >::operator[](), Mat< eT >::operator[](), Cube< eT >::operator[](), Row< eT >::Row(), Col< eT >::row(), subview_cube< eT >::slice_colptr(), Mat< eT >::swap_rows(), Cube< eT >::~Cube(), field< oT >::~field(), Mat< eT >::~Mat(), and podarray< T1 >::~podarray().