Go to the source code of this file.
Functions | |
template<typename T1 > | |
T1::elem_type | det (const Base< typename T1::elem_type, T1 > &X) |
determinant of mat | |
template<typename T1 > | |
T1::elem_type | det (const Op< T1, op_diagmat > &X) |
determinant of diagmat(mat) | |
template<typename eT > | |
eT | det (const Op< Mat< eT >, op_diagmat_vec > &X) |
determinant of diagmat(colvec or rowvec) | |
template<typename T1 , typename T2 > | |
T1::elem_type | det (const Glue< T1, T2, glue_times > &X) |
determinant of A*B, avoiding the times operation if A and B are square matrices with the same dimensions | |
template<typename T1 > | |
T1::elem_type | det (const Op< T1, op_inv > &in) |
determinant of inv(A), without doing the inverse operation | |
template<typename T1 > | |
T1::elem_type | det (const Op< T1, op_trans > &in) |
determinant of trans(A) |