Proxy for the matrix exponential of some matrix (expression).
| Derived | Type of the argument to the matrix exponential. |
This class holds the argument to the matrix exponential 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::exp() and most of the time this is the only way it is used.
Definition at line 303 of file MatrixFunctions.

Public Types | |
| typedef Derived::Index | Index |
| typedef internal::traits < MatrixExponentialReturnValue < Derived > >::ReturnType | ReturnType |
| typedef internal::dense_xpr_base < ReturnByValue >::type | Base |
Public Member Functions | |
| MatrixExponentialReturnValue (const Derived &src) | |
| Constructor. | |
| template<typename ResultType > | |
| void | evalTo (ResultType &result) const |
| Compute the matrix exponential. | |
| Index | rows () const |
| Index | cols () const |
| void | evalTo (Dest &dst) const |
Protected Attributes | |
| const Derived & | m_src |
Private Member Functions | |
| MatrixExponentialReturnValue & | operator= (const MatrixExponentialReturnValue &) |
typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< MatrixExponentialReturnValue< Derived > >::Base [inherited] |
| typedef Derived::Index Eigen::MatrixExponentialReturnValue< Derived >::Index |
Definition at line 306 of file MatrixFunctions.
typedef internal::traits<MatrixExponentialReturnValue< Derived > >::ReturnType Eigen::ReturnByValue< MatrixExponentialReturnValue< Derived > >::ReturnType [inherited] |
| Eigen::MatrixExponentialReturnValue< Derived >::MatrixExponentialReturnValue | ( | const Derived & | src | ) | [inline] |
Constructor.
| [in] | src | Matrix (expression) forming the argument of the matrix exponential. |
Definition at line 313 of file MatrixFunctions.
| Index Eigen::MatrixExponentialReturnValue< Derived >::cols | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< MatrixExponentialReturnValue< Derived > >.
Definition at line 329 of file MatrixFunctions.
| void Eigen::ReturnByValue< MatrixExponentialReturnValue< Derived > >::evalTo | ( | Dest & | dst | ) | const [inline, inherited] |
| void Eigen::MatrixExponentialReturnValue< Derived >::evalTo | ( | ResultType & | result | ) | const [inline] |
Compute the matrix exponential.
| [out] | result | the matrix exponential of src in the constructor. |
Definition at line 321 of file MatrixFunctions.
| MatrixExponentialReturnValue& Eigen::MatrixExponentialReturnValue< Derived >::operator= | ( | const MatrixExponentialReturnValue< Derived > & | ) | [private] |
| Index Eigen::MatrixExponentialReturnValue< Derived >::rows | ( | void | ) | const [inline] |
Reimplemented from Eigen::ReturnByValue< MatrixExponentialReturnValue< Derived > >.
Definition at line 328 of file MatrixFunctions.
const Derived& Eigen::MatrixExponentialReturnValue< Derived >::m_src [protected] |
Definition at line 332 of file MatrixFunctions.
| Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 | Hosted on: |