IT++ Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
34 
35 namespace itpp
36 {
37 
50 double det(const mat &X);
51 
52 
65 std::complex<double> det(const cmat &X);
66 
67 
68 } // namespace itpp
69 
70 #endif // #ifndef DET_H
SourceForge Logo

Generated on Fri Mar 21 2014 17:14:12 for IT++ by Doxygen 1.8.1.2