Public Types | Public Member Functions | Public Attributes
Eigen::internal::inverse_impl< MatrixType > Struct Template Reference

#include <Inverse.h>

Inheritance diagram for Eigen::internal::inverse_impl< MatrixType >:
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

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

Detailed Description

template<typename MatrixType>
struct Eigen::internal::inverse_impl< MatrixType >

Definition at line 275 of file Inverse.h.


Member Typedef Documentation

template<typename MatrixType >
typedef MatrixType::Index Eigen::internal::inverse_impl< MatrixType >::Index

Definition at line 277 of file Inverse.h.

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

Definition at line 278 of file Inverse.h.

template<typename MatrixType >
typedef remove_all<MatrixTypeNested>::type Eigen::internal::inverse_impl< MatrixType >::MatrixTypeNestedCleaned

Definition at line 279 of file Inverse.h.


Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::internal::inverse_impl< MatrixType >::inverse_impl ( const MatrixType &  matrix) [inline]

Definition at line 282 of file Inverse.h.


Member Function Documentation

template<typename MatrixType >
Index Eigen::internal::inverse_impl< MatrixType >::cols ( void  ) const [inline]

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

Definition at line 287 of file Inverse.h.

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

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

Definition at line 289 of file Inverse.h.

template<typename MatrixType >
Index Eigen::internal::inverse_impl< MatrixType >::rows ( void  ) const [inline]

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

Definition at line 286 of file Inverse.h.


Member Data Documentation

template<typename MatrixType >
MatrixTypeNested Eigen::internal::inverse_impl< MatrixType >::m_matrix

Definition at line 280 of file Inverse.h.


The documentation for this struct was generated from the following file:


turtlebot_exploration_3d
Author(s): Bona , Shawn
autogenerated on Thu Jun 6 2019 21:01:01