Classes | |
class | op_find |
Functions | |
template<typename T1 > | |
static void | op_find::apply (Mat< uword > &out, const mtOp< uword, T1, op_find > &X) |
template<typename T1 > | |
static uword | op_find::helper (Mat< uword > &indices, const Base< typename T1::elem_type, T1 > &X) |
template<typename T1 , typename op_type > | |
static uword | op_find::helper (Mat< uword > &indices, const mtOp< uword, T1, op_type > &X, const typename arma_op_rel_only< op_type >::result junk1=0, const typename arma_not_cx< typename T1::elem_type >::result junk2=0) |
template<typename T1 , typename op_type > | |
static uword | op_find::helper (Mat< uword > &indices, const mtOp< uword, T1, op_type > &X, const typename arma_op_rel_only< op_type >::result junk1=0, const typename arma_cx_only< typename T1::elem_type >::result junk2=0) |
template<typename T1 , typename T2 , typename glue_type > | |
static uword | op_find::helper (Mat< uword > &indices, const mtGlue< uword, T1, T2, glue_type > &X, const typename arma_glue_rel_only< glue_type >::result junk1=0, const typename arma_not_cx< typename T1::elem_type >::result junk2=0, const typename arma_not_cx< typename T2::elem_type >::result junk3=0) |
template<typename T1 , typename T2 , typename glue_type > | |
static uword | op_find::helper (Mat< uword > &indices, const mtGlue< uword, T1, T2, glue_type > &X, const typename arma_glue_rel_only< glue_type >::result junk1=0, const typename arma_cx_only< typename T1::elem_type >::result junk2=0, const typename arma_cx_only< typename T2::elem_type >::result junk3=0) |
void op_find::apply | ( | Mat< uword > & | out, |
const mtOp< uword, T1, op_find > & | X | ||
) | [inline, static] |
Definition at line 292 of file op_find_meat.hpp.
uword op_find::helper | ( | Mat< uword > & | indices, |
const Base< typename T1::elem_type, T1 > & | X | ||
) | [inline, static] |
Definition at line 25 of file op_find_meat.hpp.
uword op_find::helper | ( | Mat< uword > & | indices, |
const mtOp< uword, T1, op_type > & | X, | ||
const typename arma_op_rel_only< op_type >::result | junk1 = 0 , |
||
const typename arma_not_cx< typename T1::elem_type >::result | junk2 = 0 |
||
) | [inline, static] |
Definition at line 63 of file op_find_meat.hpp.
uword op_find::helper | ( | Mat< uword > & | indices, |
const mtOp< uword, T1, op_type > & | X, | ||
const typename arma_op_rel_only< op_type >::result | junk1 = 0 , |
||
const typename arma_cx_only< typename T1::elem_type >::result | junk2 = 0 |
||
) | [inline, static] |
Definition at line 123 of file op_find_meat.hpp.
uword op_find::helper | ( | Mat< uword > & | indices, |
const mtGlue< uword, T1, T2, glue_type > & | X, | ||
const typename arma_glue_rel_only< glue_type >::result | junk1 = 0 , |
||
const typename arma_not_cx< typename T1::elem_type >::result | junk2 = 0 , |
||
const typename arma_not_cx< typename T2::elem_type >::result | junk3 = 0 |
||
) | [inline, static] |
Definition at line 175 of file op_find_meat.hpp.
uword op_find::helper | ( | Mat< uword > & | indices, |
const mtGlue< uword, T1, T2, glue_type > & | X, | ||
const typename arma_glue_rel_only< glue_type >::result | junk1 = 0 , |
||
const typename arma_cx_only< typename T1::elem_type >::result | junk2 = 0 , |
||
const typename arma_cx_only< typename T2::elem_type >::result | junk3 = 0 |
||
) | [inline, static] |
Definition at line 239 of file op_find_meat.hpp.