Classes |
struct | Eigen::internal::compute_inverse< MatrixType, ResultType, Size > |
struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, Size > |
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< Arch, Scalar, MatrixType, ResultType > |
struct | Eigen::internal::compute_inverse< MatrixType, ResultType, 4 > |
struct | Eigen::internal::compute_inverse_and_det_with_check< MatrixType, ResultType, 4 > |
struct | Eigen::internal::Assignment< DstXprType, Inverse< XprType >, internal::assign_op< Scalar >, Dense2Dense, Scalar > |
Namespaces |
namespace | Eigen |
namespace | Eigen::internal |
Functions |
template<typename MatrixType , typename ResultType > |
EIGEN_DEVICE_FUNC void | Eigen::internal::compute_inverse_size2_helper (const MatrixType &matrix, const typename ResultType::Scalar &invdet, ResultType &result) |
template<typename MatrixType , int i, int j> |
EIGEN_DEVICE_FUNC
MatrixType::Scalar | Eigen::internal::cofactor_3x3 (const MatrixType &m) |
template<typename MatrixType , typename ResultType > |
EIGEN_DEVICE_FUNC 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 > |
EIGEN_DEVICE_FUNC 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> |
EIGEN_DEVICE_FUNC
MatrixType::Scalar | Eigen::internal::cofactor_4x4 (const MatrixType &matrix) |