#include <subview_proto.hpp>
Public Types | |
typedef eT | elem_type |
typedef get_pod_type < elem_type >::result | 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) |
arma_inline | subview_col (const Mat< eT > &in_m, const u32 in_col, const u32 in_row1, const u32 in_row2) |
arma_inline | subview_col (Mat< eT > &in_m, const u32 in_col, const u32 in_row1, const u32 in_row2) |
Private Member Functions | |
subview_col () | |
Friends | |
class | Mat< eT > |
class | Col< eT > |
Definition at line 115 of file subview_proto.hpp.
typedef eT subview_col< eT >::elem_type |
Reimplemented from subview< eT >.
Definition at line 119 of file subview_proto.hpp.
typedef get_pod_type<elem_type>::result subview_col< eT >::pod_type |
Reimplemented from subview< eT >.
Definition at line 120 of file subview_proto.hpp.
subview_col< eT >::subview_col | ( | ) | [private] |
friend class Mat< eT > [friend] |
Reimplemented from subview< eT >.
Definition at line 140 of file subview_proto.hpp.
friend class Col< eT > [friend] |
Definition at line 141 of file subview_proto.hpp.