#include <cml/matrix/lu.h>


Go to the source code of this file.
Classes | |
| struct | cml::detail::determinant_f< MatT, N > |
| struct | cml::detail::determinant_f< MatT, 2 > |
| struct | cml::detail::determinant_f< MatT, 3 > |
| struct | cml::detail::determinant_f< MatT, 4 > |
Namespaces | |
| namespace | cml |
| namespace | cml::detail |
Functions | |
| template<typename XprT > | |
| XprT::value_type | cml::determinant (const et::MatrixXpr< XprT > &e) |
| Determinant of a matrix expression. | |
| template<typename E , class AT , class BO , class L > | |
| E | cml::determinant (const matrix< E, AT, BO, L > &M) |
| Determinant of a matrix. | |
| template<typename MatT > | |
| MatT::value_type | cml::detail::determinant (const MatT &M, dynamic_size_tag) |
| template<typename MatT > | |
| MatT::value_type | cml::detail::determinant (const MatT &M, fixed_size_tag) |
Definition in file determinant.h.
1.5.9