Functions | |
template<typename T1 > | |
arma_inline const Op< T1, op_repmat > | repmat (const Base< typename T1::elem_type, T1 > &A, const uword r, const uword c) |
delayed 'repeat matrix' construction of a matrix |
arma_inline const Op<T1, op_repmat> repmat | ( | const Base< typename T1::elem_type, T1 > & | A, |
const uword | r, | ||
const uword | c | ||
) |
delayed 'repeat matrix' construction of a matrix
Definition at line 25 of file fn_repmat.hpp.