Go to the source code of this file.
Functions | |
template<typename T1 > | |
arma_warn_unused T1::elem_type | det (const Base< typename T1::elem_type, T1 > &X, const typename arma_blas_type_only< typename T1::elem_type >::result *junk=0) |
determinant of mat | |
template<typename T1 > | |
arma_warn_unused T1::elem_type | det (const Op< T1, op_diagmat > &X) |
determinant of diagmat | |
template<typename T1 > | |
arma_warn_unused T1::elem_type | det (const Op< T1, op_inv > &in, const typename arma_blas_type_only< typename T1::elem_type >::result *junk=0) |
determinant of inv(A), without doing the inverse operation | |
template<typename T1 > | |
arma_warn_unused T1::elem_type | det (const Op< T1, op_trans > &in, const typename arma_blas_type_only< typename T1::elem_type >::result *junk=0) |
determinant of trans(A) |