$search
Classes | |
class | op_trimat |
Functions | |
template<typename T1 > | |
static void | op_trimat::apply (Mat< typename T1::elem_type > &out, const Op< Op< T1, op_htrans >, op_trimat > &in) |
template<typename T1 > | |
static void | op_trimat::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_trimat > &in) |
template<typename eT > | |
static void | op_trimat::apply_htrans (Mat< eT > &out, const Mat< eT > &A, const bool upper, const typename arma_cx_only< eT >::result *junk=0) |
template<typename eT > | |
static void | op_trimat::apply_htrans (Mat< eT > &out, const Mat< eT > &A, const bool upper, const typename arma_not_cx< eT >::result *junk=0) |
template<typename eT > | |
static void | op_trimat::fill_zeros (Mat< eT > &A, const bool upper) |
void op_trimat::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< Op< T1, op_htrans >, op_trimat > & | in | |||
) | [inline, static, inherited] |
Definition at line 108 of file op_trimat_meat.hpp.
void op_trimat::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_trimat > & | in | |||
) | [inline, static, inherited] |
Definition at line 58 of file op_trimat_meat.hpp.
void op_trimat::apply_htrans | ( | Mat< eT > & | out, | |
const Mat< eT > & | A, | |||
const bool | upper, | |||
const typename arma_cx_only< eT >::result * | junk = 0 | |||
) | [inline, static, inherited] |
Definition at line 196 of file op_trimat_meat.hpp.
void op_trimat::apply_htrans | ( | Mat< eT > & | out, | |
const Mat< eT > & | A, | |||
const bool | upper, | |||
const typename arma_not_cx< eT >::result * | junk = 0 | |||
) | [inline, static, inherited] |
Definition at line 128 of file op_trimat_meat.hpp.
void op_trimat::fill_zeros | ( | Mat< eT > & | A, | |
const bool | upper | |||
) | [inline, static, inherited] |
Definition at line 23 of file op_trimat_meat.hpp.