00001 00029 #ifndef DET_H 00030 #define DET_H 00031 00032 #include <itpp/base/mat.h> 00033 00034 00035 namespace itpp 00036 { 00037 00050 double det(const mat &X); 00051 00052 00065 std::complex<double> det(const cmat &X); 00066 00067 00068 } // namespace itpp 00069 00070 #endif // #ifndef DET_H