$search
Classes | |
class | op_inv |
'invert matrix' operation (general matrices) More... | |
class | op_inv_sympd |
'invert matrix' operation (symmetric positive definite matrices) More... | |
class | op_inv_tr |
'invert matrix' operation (triangular matrices) More... | |
Functions | |
template<typename T1 > | |
static void | op_inv_sympd::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv_sympd > &in) |
inverse of T1 (symmetric positive definite matrices) | |
template<typename T1 > | |
static void | op_inv_tr::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv_tr > &in) |
inverse of T1 (triangular matrices) | |
template<typename T1 > | |
static void | op_inv::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv > &in) |
immediate inverse of T1, storing the result in a dense matrix | |
template<typename eT > | |
static void | op_inv::apply (Mat< eT > &out, const Mat< eT > &A, const bool slow=false) |
immediate inverse of a matrix, storing the result in a dense matrix | |
template<typename T1 > | |
static void | op_inv::apply_diag (Mat< typename T1::elem_type > &out, const Base< typename T1::elem_type, T1 > &X) |
void op_inv_sympd::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_inv_sympd > & | in | |||
) | [inline, static, inherited] |
inverse of T1 (symmetric positive definite matrices)
Definition at line 124 of file op_inv_meat.hpp.
void op_inv_tr::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_inv_tr > & | in | |||
) | [inline, static, inherited] |
inverse of T1 (triangular matrices)
Definition at line 105 of file op_inv_meat.hpp.
void op_inv::apply | ( | Mat< typename T1::elem_type > & | out, | |
const Op< T1, op_inv > & | in | |||
) | [inline, static, inherited] |
immediate inverse of T1, storing the result in a dense matrix
Definition at line 45 of file op_inv_meat.hpp.
void op_inv::apply | ( | Mat< eT > & | out, | |
const Mat< eT > & | A, | |||
const bool | slow = false | |||
) | [inline, static, inherited] |
immediate inverse of a matrix, storing the result in a dense matrix
Definition at line 22 of file op_inv_meat.hpp.
void op_inv::apply_diag | ( | Mat< typename T1::elem_type > & | out, | |
const Base< typename T1::elem_type, T1 > & | X | |||
) | [inline, static, inherited] |
Definition at line 76 of file op_inv_meat.hpp.