Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Public Attributes
Eigen::internal::inverse_impl Struct Reference
Inheritance diagram for Eigen::internal::inverse_impl:
Inheritance graph
[legend]

List of all members.

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

Member Typedef Documentation

Definition at line 70 of file Core.

typedef MatrixType::Index Eigen::internal::inverse_impl::Index

Definition at line 287 of file LU.

typedef internal::eval<MatrixType>::type Eigen::internal::inverse_impl::MatrixTypeNested

Definition at line 288 of file LU.

Definition at line 289 of file LU.

typedef internal::traits<Derived>::ReturnType Eigen::ReturnByValue::ReturnType [inherited]

Definition at line 68 of file Core.


Constructor & Destructor Documentation

Eigen::internal::inverse_impl::inverse_impl ( const MatrixType &  matrix) [inline]

Definition at line 292 of file LU.


Member Function Documentation

Index Eigen::internal::inverse_impl::cols ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.

Definition at line 297 of file LU.

template<typename Dest >
void Eigen::internal::inverse_impl::evalTo ( Dest &  dst) const [inline]

Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.

Definition at line 299 of file LU.

Index Eigen::internal::inverse_impl::rows ( void  ) const [inline]

Reimplemented from Eigen::ReturnByValue< inverse_impl< MatrixType > >.

Definition at line 296 of file LU.


Member Data Documentation

Definition at line 290 of file LU.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011