33 #include <itpp/itexports.h> 50 ITPP_EXPORT
double det(
const mat &X);
65 ITPP_EXPORT std::complex<double>
det(
const cmat &X);
70 #endif // #ifndef DET_H double det(const mat &X)
Determinant of real square matrix.Calculate determinant of the real matrix .
Matrix Class Definitions.