#include <Inverse.h>
Public Types | |
typedef MatrixType::Index | Index |
typedef internal::eval < MatrixType >::type | MatrixTypeNested |
typedef remove_all < MatrixTypeNested >::type | MatrixTypeNestedCleaned |
Public Member Functions | |
Index | cols () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
inverse_impl (const MatrixType &matrix) | |
Index | rows () const |
Public Attributes | |
MatrixTypeNested | m_matrix |
typedef MatrixType::Index Eigen::internal::inverse_impl< MatrixType >::Index |
typedef internal::eval<MatrixType>::type Eigen::internal::inverse_impl< MatrixType >::MatrixTypeNested |
typedef remove_all<MatrixTypeNested>::type Eigen::internal::inverse_impl< MatrixType >::MatrixTypeNestedCleaned |
Eigen::internal::inverse_impl< MatrixType >::inverse_impl | ( | const MatrixType & | matrix | ) | [inline] |
Index Eigen::internal::inverse_impl< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
void Eigen::internal::inverse_impl< MatrixType >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
Index Eigen::internal::inverse_impl< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
MatrixTypeNested Eigen::internal::inverse_impl< MatrixType >::m_matrix |