Partial specialization of MatrixFunction for complex matrices.
More...
|
template<typename ResultType > |
void | compute (ResultType &result) |
| Compute the matrix function. More...
|
|
| MatrixFunction (const MatrixType &A, StemFunction f) |
| Constructor. More...
|
|
template<typename MatrixType>
class Eigen::MatrixFunction< MatrixType, 1 >
Partial specialization of MatrixFunction for complex matrices.
Constructor.
- Parameters
-
[in] | A | argument of matrix function, should be a square matrix. |
[in] | f | an entire function; f(x,n) should compute the n-th derivative of f at x. |
void compute |
( |
ResultType & |
result | ) |
|
Compute the matrix function.
- Parameters
-
[out] | result | the function f applied to A , as specified in the constructor. |
The documentation for this class was generated from the following file: