$search
#include <subview_bones.hpp>

Public Types | |
| typedef eT | elem_type |
| typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
| const subview_row< eT > | cols (const uword in_col1, const uword in_col2) const |
| creation of subview (submatrix comprised of specified column vectors) | |
| subview_row< eT > | cols (const uword in_col1, const uword in_col2) |
| creation of subview (submatrix comprised of specified column vectors) | |
| template<typename T1 > | |
| void | operator= (const Base< eT, T1 > &x) |
| void | operator= (const subview_row &x) |
| void | operator= (const subview< eT > &x) |
| x.submat(...) = y.submat(...) | |
| const subview_row< eT > | subvec (const uword in_col1, const uword in_col2) const |
| subview_row< eT > | subvec (const uword in_col1, const uword in_col2) |
Protected Member Functions | |
| subview_row (Mat< eT > &in_m, const uword in_row, const uword in_col1, const uword in_n_cols) | |
| subview_row (const Mat< eT > &in_m, const uword in_row, const uword in_col1, const uword in_n_cols) | |
| subview_row (Mat< eT > &in_m, const uword in_row) | |
| subview_row (const Mat< eT > &in_m, const uword in_row) | |
Private Member Functions | |
| subview_row () | |
Friends | |
| class | Mat< eT > |
| class | Row< eT > |
| class | subview< eT > |
Definition at line 214 of file subview_bones.hpp.
| typedef eT subview_row< eT >::elem_type |
Reimplemented from subview< eT >.
Definition at line 218 of file subview_bones.hpp.
| typedef get_pod_type<elem_type>::result subview_row< eT >::pod_type |
Reimplemented from subview< eT >.
Definition at line 219 of file subview_bones.hpp.
| subview_row< eT >::subview_row | ( | ) | [private] |
friend class Mat< eT > [friend] |
Reimplemented from subview< eT >.
Definition at line 245 of file subview_bones.hpp.
friend class Row< eT > [friend] |
Definition at line 246 of file subview_bones.hpp.
friend class subview< eT > [friend] |
Definition at line 247 of file subview_bones.hpp.