#include <subview_proto.hpp>

Public Types | |
| typedef eT | elem_type |
| typedef get_pod_type < elem_type >::pod_type | pod_type |
Public Member Functions | |
| void | operator= (const subview< eT > &x) |
| x.submat(...) = y.submat(...) | |
| void | operator= (const subview_col &x) |
| template<typename T1 > | |
| void | operator= (const Base< eT, T1 > &x) |
Protected Member Functions | |
| arma_inline | subview_col (const Mat< eT > &in_m, const u32 in_col) |
| arma_inline | subview_col (Mat< eT > &in_m, const u32 in_col) |
Private Member Functions | |
| subview_col () | |
Friends | |
| class | Mat< eT > |
Definition at line 110 of file subview_proto.hpp.
| typedef eT subview_col< eT >::elem_type |
| typedef get_pod_type<elem_type>::pod_type subview_col< eT >::pod_type |
| subview_col< eT >::subview_col | ( | ) | [private] |
friend class Mat< eT > [friend] |