Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
Eigen::MatrixPowerRetval< MatrixType > Class Template Reference

#include <MatrixPower.h>

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

Public Types

typedef MatrixType::Index Index
 
typedef MatrixType::RealScalar RealScalar
 
- Public Types inherited from Eigen::ReturnByValue< MatrixPowerRetval< MatrixType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< MatrixPowerRetval< MatrixType > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename ResultType >
void evalTo (ResultType &res) const
 
 MatrixPowerRetval (MatrixPower< MatrixType > &pow, RealScalar p)
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< MatrixPowerRetval< 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
 

Private Member Functions

MatrixPowerRetvaloperator= (const MatrixPowerRetval &)
 

Private Attributes

const RealScalar m_p
 
MatrixPower< MatrixType > & m_pow
 

Detailed Description

template<typename MatrixType>
class Eigen::MatrixPowerRetval< MatrixType >

Definition at line 18 of file MatrixPower.h.

Member Typedef Documentation

template<typename MatrixType>
typedef MatrixType::Index Eigen::MatrixPowerRetval< MatrixType >::Index

Definition at line 22 of file MatrixPower.h.

template<typename MatrixType>
typedef MatrixType::RealScalar Eigen::MatrixPowerRetval< MatrixType >::RealScalar

Definition at line 21 of file MatrixPower.h.

Constructor & Destructor Documentation

template<typename MatrixType>
Eigen::MatrixPowerRetval< MatrixType >::MatrixPowerRetval ( MatrixPower< MatrixType > &  pow,
RealScalar  p 
)
inline

Definition at line 24 of file MatrixPower.h.

Member Function Documentation

template<typename MatrixType>
Index Eigen::MatrixPowerRetval< MatrixType >::cols ( void  ) const
inline

Definition at line 32 of file MatrixPower.h.

template<typename MatrixType>
template<typename ResultType >
void Eigen::MatrixPowerRetval< MatrixType >::evalTo ( ResultType &  res) const
inline

Definition at line 28 of file MatrixPower.h.

template<typename MatrixType>
MatrixPowerRetval& Eigen::MatrixPowerRetval< MatrixType >::operator= ( const MatrixPowerRetval< MatrixType > &  )
private
template<typename MatrixType>
Index Eigen::MatrixPowerRetval< MatrixType >::rows ( void  ) const
inline

Definition at line 31 of file MatrixPower.h.

Member Data Documentation

template<typename MatrixType>
const RealScalar Eigen::MatrixPowerRetval< MatrixType >::m_p
private

Definition at line 36 of file MatrixPower.h.

template<typename MatrixType>
MatrixPower<MatrixType>& Eigen::MatrixPowerRetval< MatrixType >::m_pow
private

Definition at line 35 of file MatrixPower.h.


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


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:36