
Public Types | |
| typedef MatrixType::Index | Index |
| typedef internal::eval < MatrixType >::type | MatrixTypeNested |
| typedef remove_all < MatrixTypeNested >::type | MatrixTypeNestedCleaned |
| typedef internal::traits < Derived >::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::Base [inherited] |
| typedef MatrixType::Index Eigen::internal::inverse_impl::Index |
| typedef internal::eval<MatrixType>::type Eigen::internal::inverse_impl::MatrixTypeNested |
typedef internal::traits<Derived>::ReturnType Eigen::ReturnByValue::ReturnType [inherited] |
| Eigen::internal::inverse_impl::inverse_impl | ( | const MatrixType & | matrix | ) | [inline] |
| Index Eigen::internal::inverse_impl::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
| void Eigen::internal::inverse_impl::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
| Index Eigen::internal::inverse_impl::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |