IT++ Logo Newcom Logo

det.h

Go to the documentation of this file.
00001 
00033 #ifndef DET_H
00034 #define DET_H
00035 
00036 #include <itpp/base/mat.h>
00037 
00038 
00039 namespace itpp {
00040 
00041 
00058   double det(const mat &X);
00059 
00060 
00073   std::complex<double> det(const cmat &X);
00074 
00075 
00076 } // namespace itpp
00077 
00078 #endif // #ifndef DET_H
00079 
SourceForge Logo

Generated on Thu Apr 19 14:20:35 2007 for IT++ by Doxygen 1.4.6