#include <op_trimat_bones.hpp>
Static Public Member Functions | |
template<typename T1 > | |
static void | apply (Mat< typename T1::elem_type > &out, const Op< T1, op_trimat > &in) |
template<typename T1 > | |
static void | apply (Mat< typename T1::elem_type > &out, const Op< Op< T1, op_htrans >, op_trimat > &in) |
template<typename eT > | |
static void | 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 | 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 | fill_zeros (Mat< eT > &A, const bool upper) |
Definition at line 20 of file op_trimat_bones.hpp.