Functions | |
| double | itpp::det (const mat &X) |
| Determinant of real square matrix. | |
| std::complex< double > | itpp::det (const cmat &X) |
| Determinant of complex square matrix. | |
| ITPP_EXPORT double itpp::det | ( | const mat & | X | ) |
Determinant of real square matrix.
Calculate determinant of the real matrix 
Uses LU-factorisation.
![\[
\det(\mathbf{X}) = \det(\mathbf{P}^T \mathbf{L}) \det(\mathbf{U}) = \det(\mathbf{P}^T) \prod(\mathrm{diag}(\mathbf{U}))
\]](form_22.png)
and the determinant of the permuation matrix is 
Definition at line 43 of file det.cpp.
References it_assert_debug, and itpp::lu().
Referenced by itpp::MOG_generic::setup_covs().
| ITPP_EXPORT std::complex< double > itpp::det | ( | const cmat & | X | ) |
Determinant of complex square matrix.
Calculate determinant of the complex matrix 
Uses LU-factorisation.
![\[
\det(\mathbf{X}) = \det(\mathbf{P}^T \mathbf{L}) \det(\mathbf{U}) = \det(\mathbf{P}^T) \prod(\mathrm{diag}(\mathbf{U}))
\]](form_22.png)
and the determinant of the permuation matrix is 
Definition at line 76 of file det.cpp.
References it_assert_debug, and itpp::lu().
Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0