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. |
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 dependening on the number of row permuations
Definition at line 46 of file det.cpp.
References it_assert1, and itpp::lu().
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 dependening on the number of row permuations
Definition at line 79 of file det.cpp.
References it_assert1, and itpp::lu().
Generated on Thu Aug 30 02:47:21 2007 for IT++ by Doxygen 1.5.3