Functions | |
arma_inline const Gen< vec::elem_type, gen_ones_full > | ones (const uword n_elem) |
template<typename vec_type > | |
arma_inline const Gen< typename vec_type::elem_type, gen_ones_full > | ones (const uword n_elem, const arma_empty_class junk1=arma_empty_class(), const typename arma_Mat_Col_Row_only< vec_type >::result *junk2=0) |
arma_inline const Gen< mat::elem_type, gen_ones_full > | ones (const uword n_rows, const uword n_cols) |
template<typename mat_type > | |
arma_inline const Gen< typename mat_type::elem_type, gen_ones_full > | ones (const uword n_rows, const uword n_cols, const typename arma_Mat_Col_Row_only< mat_type >::result *junk=0) |
arma_inline const GenCube< cube::elem_type, gen_ones_full > | ones (const uword n_rows, const uword n_cols, const uword n_slices) |
template<typename cube_type > | |
arma_inline const GenCube< typename cube_type::elem_type, gen_ones_full > | ones (const uword n_rows, const uword n_cols, const uword n_slices, const typename arma_Cube_only< cube_type >::result *junk=0) |
arma_inline const Gen<vec::elem_type, gen_ones_full> ones | ( | const uword | n_elem | ) |
Definition at line 21 of file fn_ones.hpp.
arma_inline const Gen<typename vec_type::elem_type, gen_ones_full> ones | ( | const uword | n_elem, |
const arma_empty_class | junk1 = arma_empty_class() , |
||
const typename arma_Mat_Col_Row_only< vec_type >::result * | junk2 = 0 |
||
) |
Definition at line 33 of file fn_ones.hpp.
arma_inline const Gen<mat::elem_type, gen_ones_full> ones | ( | const uword | n_rows, |
const uword | n_cols | ||
) |
Definition at line 53 of file fn_ones.hpp.
arma_inline const Gen<typename mat_type::elem_type, gen_ones_full> ones | ( | const uword | n_rows, |
const uword | n_cols, | ||
const typename arma_Mat_Col_Row_only< mat_type >::result * | junk = 0 |
||
) |
Definition at line 65 of file fn_ones.hpp.
arma_inline const GenCube<cube::elem_type, gen_ones_full> ones | ( | const uword | n_rows, |
const uword | n_cols, | ||
const uword | n_slices | ||
) |
Definition at line 77 of file fn_ones.hpp.
arma_inline const GenCube<typename cube_type::elem_type, gen_ones_full> ones | ( | const uword | n_rows, |
const uword | n_cols, | ||
const uword | n_slices, | ||
const typename arma_Cube_only< cube_type >::result * | junk = 0 |
||
) |
Definition at line 89 of file fn_ones.hpp.