
Public Types | |
| typedef MatrixType::Index | Index |
| typedef internal::eval < MatrixType >::type | MatrixTypeNested |
| typedef remove_all < MatrixTypeNested >::type | MatrixTypeNestedCleaned |
| typedef internal::traits < inverse_impl< MatrixType > >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base < ReturnByValue >::type | Base |
Public Member Functions | |
| inverse_impl (const MatrixType &matrix) | |
| Index | rows () const |
| Index | cols () const |
| template<typename Dest > | |
| void | evalTo (Dest &dst) const |
Public Attributes | |
| const MatrixTypeNested | m_matrix |
typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< inverse_impl< MatrixType > >::Base [inherited] |
| 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 |
typedef internal::traits<inverse_impl< MatrixType > >::ReturnType Eigen::ReturnByValue< inverse_impl< MatrixType > >::ReturnType [inherited] |
| 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 > >.
| const MatrixTypeNested Eigen::internal::inverse_impl< MatrixType >::m_matrix |
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |