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

Proxy for the matrix function of some matrix (expression). More...

#include <ForwardDeclarations.h>

Inheritance diagram for Eigen::MatrixFunctionReturnValue< Derived >:
Inheritance graph
[legend]

Public Types

typedef Derived::Index Index
 
typedef Derived::Scalar Scalar
 
typedef internal::stem_function< Scalar >::type StemFunction
 
- Public Types inherited from Eigen::ReturnByValue< MatrixFunctionReturnValue< Derived > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< MatrixFunctionReturnValue< Derived > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename ResultType >
void evalTo (ResultType &result) const
 Compute the matrix function. More...
 
 MatrixFunctionReturnValue (const Derived &A, StemFunction f)
 Constructor. More...
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< MatrixFunctionReturnValue< Derived > >
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

MatrixFunctionReturnValueoperator= (const MatrixFunctionReturnValue &)
 

Private Attributes

internal::nested< Derived >::type m_A
 
StemFunctionm_f
 

Detailed Description

template<typename Derived>
class Eigen::MatrixFunctionReturnValue< Derived >

Proxy for the matrix function of some matrix (expression).

Template Parameters
DerivedType of the argument to the matrix function.

This class holds the argument to the matrix function until it is assigned or evaluated for some other reason (so the argument should not be changed in the meantime). It is the return type of matrixBase::matrixFunction() and related functions and most of the time this is the only way it is used.

Definition at line 270 of file ForwardDeclarations.h.

Member Typedef Documentation

template<typename Derived>
typedef Derived::Index Eigen::MatrixFunctionReturnValue< Derived >::Index

Definition at line 494 of file MatrixFunction.h.

template<typename Derived>
typedef Derived::Scalar Eigen::MatrixFunctionReturnValue< Derived >::Scalar

Definition at line 493 of file MatrixFunction.h.

template<typename Derived>
typedef internal::stem_function<Scalar>::type Eigen::MatrixFunctionReturnValue< Derived >::StemFunction

Definition at line 495 of file MatrixFunction.h.

Constructor & Destructor Documentation

template<typename Derived>
Eigen::MatrixFunctionReturnValue< Derived >::MatrixFunctionReturnValue ( const Derived &  A,
StemFunction  f 
)
inline

Constructor.

Parameters
[in]AMatrix (expression) forming the argument of the matrix function.
[in]fStem function for matrix function under consideration.

Definition at line 503 of file MatrixFunction.h.

Member Function Documentation

template<typename Derived>
Index Eigen::MatrixFunctionReturnValue< Derived >::cols ( void  ) const
inline

Definition at line 529 of file MatrixFunction.h.

template<typename Derived>
template<typename ResultType >
void Eigen::MatrixFunctionReturnValue< Derived >::evalTo ( ResultType &  result) const
inline

Compute the matrix function.

Parameters
[out]resultf applied to A, where f and A are as in the constructor.

Definition at line 511 of file MatrixFunction.h.

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

Definition at line 528 of file MatrixFunction.h.

Member Data Documentation

template<typename Derived>
internal::nested<Derived>::type Eigen::MatrixFunctionReturnValue< Derived >::m_A
private

Definition at line 532 of file MatrixFunction.h.

template<typename Derived>
StemFunction* Eigen::MatrixFunctionReturnValue< Derived >::m_f
private

Definition at line 533 of file MatrixFunction.h.


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


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