Go to the source code of this file.
Classes | |
struct | ei_determinant_impl< Derived, DeterminantType > |
struct | ei_determinant_impl< Derived, 1 > |
struct | ei_determinant_impl< Derived, 2 > |
struct | ei_determinant_impl< Derived, 3 > |
struct | ei_determinant_impl< Derived, 4 > |
struct | ei_determinant_impl< Derived, TriangularDeterminant > |
Functions | |
template<typename Derived > | |
const Derived::Scalar | ei_bruteforce_det3_helper (const MatrixBase< Derived > &matrix, int a, int b, int c) |
template<typename Derived > | |
const Derived::Scalar | ei_bruteforce_det4_helper (const MatrixBase< Derived > &matrix, int j, int k, int m, int n) |
Variables | |
const int | TriangularDeterminant = 0 |
const Derived::Scalar ei_bruteforce_det3_helper | ( | const MatrixBase< Derived > & | matrix, | |
int | a, | |||
int | b, | |||
int | c | |||
) | [inline] |
Definition at line 30 of file Determinant.h.
const Derived::Scalar ei_bruteforce_det4_helper | ( | const MatrixBase< Derived > & | matrix, | |
int | j, | |||
int | k, | |||
int | m, | |||
int | n | |||
) | [inline] |
Definition at line 38 of file Determinant.h.
const int TriangularDeterminant = 0 |
Definition at line 44 of file Determinant.h.