Functions | |
arma_inline const Gen < mat::elem_type, gen_ones_diag > | eye (const uword n_rows, const uword n_cols) |
template<typename mat_type > | |
arma_inline const Gen < typename mat_type::elem_type, gen_ones_diag > | eye (const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only< mat_type >::result *junk=0) |
arma_inline const Gen<mat::elem_type, gen_ones_diag> eye | ( | const uword | n_rows, |
const uword | n_cols | ||
) |
Definition at line 21 of file fn_eye.hpp.
arma_inline const Gen<typename mat_type::elem_type, gen_ones_diag> eye | ( | const uword | n_rows, |
const uword | n_cols, | ||
const typename arma_Mat_Col_Row_only< mat_type >::result * | junk = 0 |
||
) |
Definition at line 33 of file fn_eye.hpp.