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

Proxy for the matrix square root of some matrix (expression). More...

#include <ForwardDeclarations.h>

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

Public Member Functions

Index cols () const
 
template<typename ResultType >
void evalTo (ResultType &result) const
 Compute the matrix square root. More...
 
 MatrixSquareRootReturnValue (const Derived &src)
 Constructor. More...
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< MatrixSquareRootReturnValue< 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
 

Protected Attributes

const Derived & m_src
 

Private Types

typedef Derived::Index Index
 

Private Member Functions

MatrixSquareRootReturnValueoperator= (const MatrixSquareRootReturnValue &)
 

Additional Inherited Members

- Public Types inherited from Eigen::ReturnByValue< MatrixSquareRootReturnValue< Derived > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< MatrixSquareRootReturnValue< Derived > >::ReturnType ReturnType
 

Detailed Description

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

Proxy for the matrix square root of some matrix (expression).

Template Parameters
DerivedType of the argument to the matrix square root.

This class holds the argument to the matrix square root 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::sqrt() and most of the time this is the only way it is used.

Definition at line 271 of file ForwardDeclarations.h.

Member Typedef Documentation

template<typename Derived>
typedef Derived::Index Eigen::MatrixSquareRootReturnValue< Derived >::Index
private

Definition at line 418 of file MatrixSquareRoot.h.

Constructor & Destructor Documentation

template<typename Derived>
Eigen::MatrixSquareRootReturnValue< Derived >::MatrixSquareRootReturnValue ( const Derived &  src)
inline

Constructor.

Parameters
[in]srcMatrix (expression) forming the argument of the matrix square root.

Definition at line 425 of file MatrixSquareRoot.h.

Member Function Documentation

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

Definition at line 441 of file MatrixSquareRoot.h.

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

Compute the matrix square root.

Parameters
[out]resultthe matrix square root of src in the constructor.

Definition at line 433 of file MatrixSquareRoot.h.

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

Definition at line 440 of file MatrixSquareRoot.h.

Member Data Documentation

template<typename Derived>
const Derived& Eigen::MatrixSquareRootReturnValue< Derived >::m_src
protected

Definition at line 444 of file MatrixSquareRoot.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