IT++ Logo
det.h
Go to the documentation of this file.
1 
29 #ifndef DET_H
30 #define DET_H
31 
32 #include <itpp/base/mat.h>
33 #include <itpp/itexports.h>
34 
35 namespace itpp
36 {
37 
50 ITPP_EXPORT double det(const mat &X);
51 
52 
65 ITPP_EXPORT std::complex<double> det(const cmat &X);
66 
67 
68 } // namespace itpp
69 
70 #endif // #ifndef DET_H
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:19 for IT++ by Doxygen 1.8.2