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
itpp
itpp namespace
Definition: itmex.h:36
mat.h
Matrix Class Definitions.
itpp::det
double det(const mat &X)
Determinant of real square matrix.
Definition: det.cpp:43

Generated on Mon Apr 25 2022 14:03:04 for IT++ by Doxygen 1.8.17