MatrixFunctionAtomic< MatrixType > Class Template Reference

Detailed Description

template<typename MatrixType>
class Eigen::MatrixFunctionAtomic< MatrixType >

Helper class for computing matrix functions of atomic matrices.

List of all members.

Public Member Functions

MatrixType compute (const MatrixType &A)
 Compute matrix function of atomic matrix.
 MatrixFunctionAtomic (StemFunction f)
 Constructor.

Constructor & Destructor Documentation

MatrixFunctionAtomic ( StemFunction  f) [inline]

Constructor.

Parameters:
[in]fmatrix function to compute.

Member Function Documentation

MatrixType compute ( const MatrixType &  A)

Compute matrix function of atomic matrix.

Parameters:
[in]Aargument of matrix function, should be upper triangular and atomic
Returns:
f(A), the matrix function evaluated at the given matrix

The documentation for this class was generated from the following file:
 All Classes Functions Typedefs Enumerator