IT++ 4.3.1
det.h
Go to the documentation of this file.
1
28
29#ifndef DET_H
30#define DET_H
31
32#include <itpp/base/mat.h>
33#include <itpp/itexports.h>
34
35namespace itpp
36{
37
50ITPP_EXPORT double det(const mat &X);
51
52
65ITPP_EXPORT std::complex<double> det(const cmat &X);
66
67
68} // namespace itpp
69
70#endif // #ifndef DET_H
double det(const mat &X)
Determinant of real square matrix.
Definition det.cpp:43
Matrix Class Definitions.
itpp namespace
Definition itmex.h:37