#include <src/LU/Inverse.h>
Public Types | |
typedef MatrixType::Index | Index |
typedef internal::eval < MatrixType >::type | MatrixTypeNested |
typedef remove_all < MatrixTypeNested >::type | MatrixTypeNestedCleaned |
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 MatrixType::Index internal::inverse_impl< MatrixType >::Index |
typedef internal::eval<MatrixType>::type internal::inverse_impl< MatrixType >::MatrixTypeNested |
typedef remove_all<MatrixTypeNested>::type internal::inverse_impl< MatrixType >::MatrixTypeNestedCleaned |
internal::inverse_impl< MatrixType >::inverse_impl | ( | const MatrixType & | matrix | ) | [inline] |
Index internal::inverse_impl< MatrixType >::cols | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< inverse_impl< MatrixType > >.
Definition at line 296 of file Inverse.h.
References internal::inverse_impl< MatrixType >::m_matrix.
void internal::inverse_impl< MatrixType >::evalTo | ( | Dest & | dst | ) | const [inline] |
Reimplemented from ReturnByValue< inverse_impl< MatrixType > >.
Definition at line 298 of file Inverse.h.
References eigen_assert, EIGEN_ONLY_USED_FOR_DEBUG, EIGEN_PLAIN_ENUM_MIN, internal::extract_data(), and internal::inverse_impl< MatrixType >::m_matrix.
Index internal::inverse_impl< MatrixType >::rows | ( | void | ) | const [inline] |
Reimplemented from ReturnByValue< inverse_impl< MatrixType > >.
Definition at line 295 of file Inverse.h.
References internal::inverse_impl< MatrixType >::m_matrix.
const MatrixTypeNested internal::inverse_impl< MatrixType >::m_matrix |
Definition at line 289 of file Inverse.h.
Referenced by internal::inverse_impl< MatrixType >::cols(), internal::inverse_impl< MatrixType >::evalTo(), and internal::inverse_impl< MatrixType >::rows().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |