IT++ Logo
det.h
Go to the documentation of this file.
00001 
00029 #ifndef DET_H
00030 #define DET_H
00031 
00032 #include <itpp/base/mat.h>
00033 
00034 
00035 namespace itpp
00036 {
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Jul 27 2011 16:27:04 for IT++ by Doxygen 1.7.4