Functions | |
double | itpp::det (const mat &X) |
Determinant of real square matrix.Calculate determinant of the real matrix ![]() | |
std::complex< double > | itpp::det (const cmat &X) |
Determinant of complex square matrix.Calculate determinant of the complex matrix ![]() |
double itpp::det | ( | const mat & | X | ) |
Determinant of real square matrix.Calculate determinant of the real matrix .
Uses LU-factorisation.
and the determinant of the permuation matrix is depending on the number of row permutations
Referenced by itpp::MOG_generic::setup_covs().
std::complex< double > itpp::det | ( | const cmat & | X | ) |
Determinant of complex square matrix.Calculate determinant of the complex matrix .
Uses LU-factorisation.
and the determinant of the permuation matrix is depending on the number of row permutations
Generated on Tue Nov 23 08:45:12 2010 for IT++ by Doxygen 1.6.1