Public Member Functions
MatrixFunction< MatrixType, 1 > Class Reference

Partial specialization of MatrixFunction for complex matrices. More...

List of all members.

Public Member Functions

template<typename ResultType >
void compute (ResultType &result)
 Compute the matrix function.
 MatrixFunction (const MatrixType &A, StemFunction f)
 Constructor.

Detailed Description

Partial specialization of MatrixFunction for complex matrices.


Constructor & Destructor Documentation

MatrixFunction ( const MatrixType &  A,
StemFunction  f 
)

Constructor.

Parameters:
[in]Aargument of matrix function, should be a square matrix.
[in]fan entire function; f(x,n) should compute the n-th derivative of f at x.

Member Function Documentation

void compute ( ResultType &  result)

Compute the matrix function.

Parameters:
[out]resultthe function f applied to A, as specified in the constructor.

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