Classes |
| struct | Eigen::internal::traits< solve_retval_base< DecompositionType, Rhs > > |
| class | Eigen::internal::solve_retval_base< _DecompositionType, Rhs > |
| struct | Eigen::internal::traits< kernel_retval_base< DecompositionType > > |
| class | Eigen::internal::kernel_retval_base |
| struct | Eigen::internal::traits< image_retval_base< DecompositionType > > |
| class | Eigen::internal::image_retval_base |
| class | Eigen::FullPivLU |
| | LU decomposition of a matrix with complete pivoting, and related features. More...
|
| struct | Eigen::internal::kernel_retval< FullPivLU< _MatrixType > > |
| struct | Eigen::internal::image_retval< FullPivLU< _MatrixType > > |
| struct | Eigen::internal::solve_retval< FullPivLU< _MatrixType >, Rhs > |
| class | Eigen::PartialPivLU |
| | LU decomposition of a matrix with partial pivoting, and related features. More...
|
| struct | Eigen::internal::partial_lu_impl |
| struct | Eigen::internal::solve_retval< PartialPivLU< _MatrixType >, Rhs > |
| struct | Eigen::internal::determinant_impl |
| struct | Eigen::internal::determinant_impl< Derived, 1 > |
| struct | Eigen::internal::determinant_impl< Derived, 2 > |
| struct | Eigen::internal::determinant_impl< Derived, 3 > |
| struct | Eigen::internal::determinant_impl< Derived, 4 > |
| struct | Eigen::internal::compute_inverse |
| struct | Eigen::internal::compute_inverse_and_det_with_check |
| struct | Eigen::internal::compute_inverse< MatrixType, ResultType, 1 > |
| struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 1 > |
| struct | Eigen::internal::compute_inverse< MatrixType, ResultType, 2 > |
| struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 2 > |
| struct | Eigen::internal::compute_inverse< MatrixType, ResultType, 3 > |
| struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 3 > |
| struct | Eigen::internal::compute_inverse_size4 |
| struct | Eigen::internal::compute_inverse< MatrixType, ResultType, 4 > |
| struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 > |
| struct | Eigen::internal::traits< inverse_impl< MatrixType > > |
| struct | Eigen::internal::inverse_impl |
Namespaces |
| namespace | Eigen |
| | Namespace containing all symbols from the Eigen library.
|
| namespace | Eigen::internal |
| | Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y:
|
Defines |
| #define | EIGEN_LU_MODULE_H |
Functions |
| template<typename MatrixType , typename TranspositionType > |
| void | Eigen::internal::partial_lu_inplace (MatrixType &lu, TranspositionType &row_transpositions, typename TranspositionType::Index &nb_transpositions) |
| template<typename Derived > |
| const Derived::Scalar | Eigen::internal::bruteforce_det3_helper (const MatrixBase< Derived > &matrix, int a, int b, int c) |
| template<typename Derived > |
| const Derived::Scalar | Eigen::internal::bruteforce_det4_helper (const MatrixBase< Derived > &matrix, int j, int k, int m, int n) |
| template<typename MatrixType , typename ResultType > |
| void | Eigen::internal::compute_inverse_size2_helper (const MatrixType &matrix, const typename ResultType::Scalar &invdet, ResultType &result) |
| template<typename MatrixType , int i, int j> |
| MatrixType::Scalar | Eigen::internal::cofactor_3x3 (const MatrixType &m) |
| template<typename MatrixType , typename ResultType > |
| void | Eigen::internal::compute_inverse_size3_helper (const MatrixType &matrix, const typename ResultType::Scalar &invdet, const Matrix< typename ResultType::Scalar, 3, 1 > &cofactors_col0, ResultType &result) |
| template<typename Derived > |
| const Derived::Scalar | Eigen::internal::general_det3_helper (const MatrixBase< Derived > &matrix, int i1, int i2, int i3, int j1, int j2, int j3) |
| template<typename MatrixType , int i, int j> |
| MatrixType::Scalar | Eigen::internal::cofactor_4x4 (const MatrixType &matrix) |