MatrixFunctionAtomic< MatrixType > Class Template Reference

Detailed Description

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

Helper class for computing matrix functions of atomic matrices.

Public Member Functions

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

Constructor & Destructor Documentation

§ MatrixFunctionAtomic()

MatrixFunctionAtomic ( StemFunction  f)
inline

Constructor.

Parameters
[in]fmatrix function to compute.

References MatrixFunctionAtomic< MatrixType >::compute().

Member Function Documentation

§ compute()

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

Referenced by MatrixFunctionAtomic< MatrixType >::MatrixFunctionAtomic().


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