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 {
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
SourceForge Logo

Generated on Sun Jul 26 08:54:53 2009 for IT++ by Doxygen 1.5.9