|
void | operator= (const subview< eT > &x) |
|
void | operator= (const subview_col &x) |
|
template<typename T1 > |
void | operator= (const Base< eT, T1 > &x) |
|
subview_col< eT > | rows (const uword in_row1, const uword in_row2) |
|
const subview_col< eT > | rows (const uword in_row1, const uword in_row2) 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) const |
|
eT & | at (const uword in_row, const uword in_col) |
|
eT | at (const uword in_row, const uword in_col) const |
|
bool | check_overlap (const subview &x) const |
|
subview_col< eT > | col (const uword col_num) |
| creation of subview (column vector) More...
|
|
const subview_col< eT > | col (const uword col_num) const |
| creation of subview (column vector) More...
|
|
arma_inline eT * | colptr (const uword in_col) |
|
arma_inline const eT * | colptr (const uword in_col) const |
|
subview< eT > | cols (const uword in_col1, const uword in_col2) |
| creation of subview (submatrix comprised of specified column vectors) More...
|
|
const subview< eT > | cols (const uword in_col1, const uword in_col2) const |
| creation of subview (submatrix comprised of specified column vectors) More...
|
|
diagview< eT > | diag (const sword in_id=0) |
| creation of diagview (diagonal) More...
|
|
const diagview< eT > | diag (const sword in_id=0) const |
| creation of diagview (diagonal) More...
|
|
void | eye () |
|
void | fill (const eT val) |
|
bool | is_vec () const |
|
void | ones () |
|
template<typename T1 > |
void | operator%= (const Base< eT, T1 > &x) |
|
void | operator%= (const subview &x) |
|
eT & | operator() (const uword i) |
|
eT | operator() (const uword i) const |
|
eT & | operator() (const uword in_row, const uword in_col) |
|
eT | operator() (const uword in_row, const uword in_col) const |
|
subview_row< eT > | operator() (const uword row_num, const span &col_span) |
|
const subview_row< eT > | operator() (const uword row_num, const span &col_span) const |
|
subview_col< eT > | operator() (const span &row_span, const uword col_num) |
|
const subview_col< eT > | operator() (const span &row_span, const uword col_num) const |
|
subview< eT > | operator() (const span &row_span, const span &col_span) |
|
const subview< eT > | operator() (const span &row_span, const span &col_span) const |
|
void | operator*= (const eT val) |
|
void | operator+= (const eT val) |
|
template<typename T1 > |
void | operator+= (const Base< eT, T1 > &x) |
|
void | operator+= (const subview &x) |
|
void | operator-= (const eT val) |
|
template<typename T1 > |
void | operator-= (const Base< eT, T1 > &x) |
|
void | operator-= (const subview &x) |
|
void | operator/= (const eT val) |
|
template<typename T1 > |
void | operator/= (const Base< eT, T1 > &x) |
|
void | operator/= (const subview &x) |
|
template<typename T1 > |
void | operator= (const Base< eT, T1 > &x) |
|
void | operator= (const subview &x) |
| x.submat(...) = y.submat(...) More...
|
|
eT & | operator[] (const uword i) |
|
eT | operator[] (const uword i) const |
|
subview_row< eT > | row (const uword row_num) |
| creation of subview (row vector) More...
|
|
const subview_row< eT > | row (const uword row_num) const |
| creation of subview (row vector) More...
|
|
subview< eT > | rows (const uword in_row1, const uword in_row2) |
| creation of subview (submatrix comprised of specified row vectors) More...
|
|
const subview< eT > | rows (const uword in_row1, const uword in_row2) const |
| creation of subview (submatrix comprised of specified row vectors) More...
|
|
subview< eT > | submat (const uword in_row1, const uword in_col1, const uword in_row2, const uword in_col2) |
| creation of subview (submatrix) More...
|
|
const subview< eT > | submat (const uword in_row1, const uword in_col1, const uword in_row2, const uword in_col2) const |
| creation of subview (generic submatrix) More...
|
|
subview< eT > | submat (const span &row_span, const span &col_span) |
| creation of subview (submatrix) More...
|
|
const subview< eT > | submat (const span &row_span, const span &col_span) const |
| creation of subview (generic submatrix) More...
|
|
void | swap_cols (const uword in_col1, const uword in_col2) |
|
void | swap_rows (const uword in_row1, const uword in_row2) |
|
Col< eT > | unsafe_col (const uword col_num) |
|
const Col< eT > | unsafe_col (const uword col_num) const |
|
void | zeros () |
|
| ~subview () |
|
arma_inline const subview< eT > & | get_ref () const |
|
void | print (const std::string extra_text="") const |
|
void | print (std::ostream &user_stream, const std::string extra_text="") const |
|
arma_deprecated void | print_trans (const std::string extra_text="") const |
|
arma_deprecated void | print_trans (std::ostream &user_stream, const std::string extra_text="") const |
|
void | raw_print (const std::string extra_text="") const |
|
void | raw_print (std::ostream &user_stream, const std::string extra_text="") const |
|
arma_deprecated void | raw_print_trans (const std::string extra_text="") const |
|
arma_deprecated void | raw_print_trans (std::ostream &user_stream, const std::string extra_text="") const |
|
arma_inline const Op< subview< eT >, op_strans > | st () const |
|
arma_inline const Op< subview< eT >, op_htrans > | t () const |
|
template<typename eT>
class subview_col< eT >
Definition at line 26 of file forward_bones.hpp.