#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_row &x) |
template<typename T1 > | |
void | operator= (const Base< eT, T1 > &x) |
Protected Member Functions | |
arma_inline | subview_row (const Mat< eT > &in_m, const u32 in_row) |
arma_inline | subview_row (Mat< eT > &in_m, const u32 in_row) |
Private Member Functions | |
subview_row () | |
Friends | |
class | Mat< eT > |
Definition at line 139 of file subview_proto.hpp.
typedef eT subview_row< eT >::elem_type |
typedef get_pod_type<elem_type>::pod_type subview_row< eT >::pod_type |
subview_row< eT >::subview_row | ( | ) | [private] |
friend class Mat< eT > [friend] |