Proxy for the matrix function of some matrix (expression). More...
#include <ForwardDeclarations.h>
Public Types | |
typedef Derived::Scalar | Scalar |
typedef internal::stem_function< Scalar >::type | StemFunction |
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 |
Protected Types | |
typedef internal::ref_selector< Derived >::type | DerivedNested |
Private Attributes | |
const DerivedNested | m_A |
StemFunction * | m_f |
Proxy for the matrix function of some matrix (expression).
Derived | Type 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 305 of file ForwardDeclarations.h.
|
protected |
Definition at line 478 of file MatrixFunction.h.
typedef Derived::Scalar Eigen::MatrixFunctionReturnValue< Derived >::Scalar |
Definition at line 474 of file MatrixFunction.h.
typedef internal::stem_function<Scalar>::type Eigen::MatrixFunctionReturnValue< Derived >::StemFunction |
Definition at line 475 of file MatrixFunction.h.
|
inline |
Constructor.
[in] | A | Matrix (expression) forming the argument of the matrix function. |
[in] | f | Stem function for matrix function under consideration. |
Definition at line 487 of file MatrixFunction.h.
|
inline |
Definition at line 509 of file MatrixFunction.h.
|
inline |
Compute the matrix function.
Definition at line 494 of file MatrixFunction.h.
|
inline |
Definition at line 508 of file MatrixFunction.h.
|
private |
Definition at line 512 of file MatrixFunction.h.
|
private |
Definition at line 513 of file MatrixFunction.h.