Public Types | Public Member Functions | Public Attributes

internal::inverse_impl< MatrixType > Struct Template Reference

#include <Inverse.h>

Inheritance diagram for internal::inverse_impl< MatrixType >:
ReturnByValue< inverse_impl< MatrixType > > type

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

 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

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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