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

#include <ForwardDeclarations.h>

Inheritance diagram for Eigen::internal::inverse_impl< MatrixType >:
Inheritance graph
[legend]

Public Types

typedef MatrixType::Index Index
 
typedef internal::eval< MatrixType >::type MatrixTypeNested
 
typedef remove_all< MatrixTypeNested >::type MatrixTypeNestedCleaned
 
- Public Types inherited from Eigen::ReturnByValue< inverse_impl< MatrixType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< inverse_impl< MatrixType > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
 inverse_impl (const MatrixType &matrix)
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< inverse_impl< MatrixType > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
Index cols () const
 
void evalTo (Dest &dst) const
 
Index rows () const
 

Public Attributes

MatrixTypeNested m_matrix
 

Detailed Description

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

Definition at line 219 of file ForwardDeclarations.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

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

Definition at line 289 of file Inverse.h.

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

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 files:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:13