00001 00030 #ifndef DET_H 00031 #define DET_H 00032 00033 #include <itpp/base/mat.h> 00034 00035 00036 namespace itpp 00037 { 00038 00051 double det(const mat &X); 00052 00053 00066 std::complex<double> det(const cmat &X); 00067 00068 00069 } // namespace itpp 00070 00071 #endif // #ifndef DET_H
Generated on Tue Dec 6 2011 16:51:40 for IT++ by Doxygen 1.7.4