00001 00030 #ifndef DET_H 00031 #define DET_H 00032 00033 #include <itpp/base/mat.h> 00034 00035 00036 namespace itpp { 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
Generated on Thu Apr 24 13:38:57 2008 for IT++ by Doxygen 1.5.5