Classes | |
class | op_pinv |
Functions | |
template<typename T1 > | |
static void | op_pinv::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_pinv > &in) |
template<typename eT > | |
static void | op_pinv::direct_pinv (Mat< eT > &out, const Mat< eT > &A, const eT in_tol) |
void op_pinv::apply | ( | Mat< typename T1::elem_type > & | out, |
const Op< T1, op_pinv > & | in | ||
) | [inline, static] |
Definition at line 114 of file op_pinv_meat.hpp.
void op_pinv::direct_pinv | ( | Mat< eT > & | out, |
const Mat< eT > & | A, | ||
const eT | in_tol | ||
) | [inline, static] |
Definition at line 25 of file op_pinv_meat.hpp.