26 typedef typename T1::elem_type eT;
44 for(
uword i=0; i<N; ++i)
60 typedef typename T1::elem_type eT;
78 for(
uword i=0; i<N; ++i)
const uword n_cols
number of columns in the matrix (read-only)
arma_inline subview_col< eT > col(const uword col_num)
creation of subview (column vector)
arma_inline subview_row< eT > row(const uword row_num)
creation of subview (row vector)
const uword n_rows
number of rows in the matrix (read-only)
arma_aligned const T1 & m
storage of reference to the operand (eg. a matrix)
void copy_size(const Mat< eT2 > &m)
change the matrix (without preserving data) to have the same dimensions as the given matrix ...
void swap_cols(const uword in_col1, const uword in_col2)
#define arma_extra_debug_sigprint
static void apply(Mat< typename T1::elem_type > &out, const Op< T1, op_flipud > &in)
void swap_rows(const uword in_row1, const uword in_row2)
static void apply(Mat< typename T1::elem_type > &out, const Op< T1, op_fliplr > &in)