$search
#include <subview_bones.hpp>

Public Types | |
| typedef eT | elem_type |
| typedef get_pod_type < elem_type >::result | pod_type |
Public Member Functions | |
| template<typename T1 > | |
| void | operator= (const Base< eT, T1 > &x) |
| void | operator= (const subview_col &x) |
| void | operator= (const subview< eT > &x) |
| x.submat(...) = y.submat(...) | |
| const subview_col< eT > | rows (const uword in_row1, const uword in_row2) const |
| creation of subview (submatrix comprised of specified row vectors) | |
| subview_col< eT > | rows (const uword in_row1, const uword in_row2) |
| creation of subview (submatrix comprised of specified row vectors) | |
| const subview_col< eT > | subvec (const uword in_row1, const uword in_row2) const |
| subview_col< eT > | subvec (const uword in_row1, const uword in_row2) |
Protected Member Functions | |
| subview_col (Mat< eT > &in_m, const uword in_col, const uword in_row1, const uword in_n_rows) | |
| subview_col (const Mat< eT > &in_m, const uword in_col, const uword in_row1, const uword in_n_rows) | |
| subview_col (Mat< eT > &in_m, const uword in_col) | |
| subview_col (const Mat< eT > &in_m, const uword in_col) | |
Private Member Functions | |
| subview_col () | |
Friends | |
| class | Col< eT > |
| class | Mat< eT > |
| class | subview< eT > |
Definition at line 173 of file subview_bones.hpp.
| typedef eT subview_col< eT >::elem_type |
Reimplemented from subview< eT >.
Definition at line 177 of file subview_bones.hpp.
| typedef get_pod_type<elem_type>::result subview_col< eT >::pod_type |
Reimplemented from subview< eT >.
Definition at line 178 of file subview_bones.hpp.
| subview_col< eT >::subview_col | ( | ) | [private] |
friend class Col< eT > [friend] |
Definition at line 205 of file subview_bones.hpp.
friend class Mat< eT > [friend] |
Reimplemented from subview< eT >.
Definition at line 204 of file subview_bones.hpp.
friend class subview< eT > [friend] |
Definition at line 206 of file subview_bones.hpp.