Go to the source code of this file.
Classes | |
struct | internal::determinant_impl< Derived, DeterminantType > |
struct | internal::determinant_impl< Derived, 1 > |
struct | internal::determinant_impl< Derived, 2 > |
struct | internal::determinant_impl< Derived, 3 > |
struct | internal::determinant_impl< Derived, 4 > |
Namespaces | |
namespace | internal |
Functions | |
template<typename Derived > | |
const Derived::Scalar | internal::bruteforce_det3_helper (const MatrixBase< Derived > &matrix, int a, int b, int c) |
template<typename Derived > | |
const Derived::Scalar | internal::bruteforce_det4_helper (const MatrixBase< Derived > &matrix, int j, int k, int m, int n) |