IT++ Logo

det.h

Go to the documentation of this file.
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
SourceForge Logo

Generated on Sun Dec 9 17:30:58 2007 for IT++ by Doxygen 1.5.4