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 }
00070
00071 #endif // #ifndef DET_H