All Classes Namespaces Functions Variables Typedefs Enumerator Groups Pages
MatrixLogarithmAtomic< MatrixType > Class Template Reference

Detailed Description

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

Helper class for computing matrix logarithm of atomic matrices.

Public Member Functions

MatrixType compute (const MatrixType &A)
 Compute matrix logarithm of atomic matrix. More...
 
 MatrixLogarithmAtomic ()
 Constructor.
 

Member Function Documentation

MatrixType compute ( const MatrixType &  A)

Compute matrix logarithm of atomic matrix.

Compute logarithm of triangular matrix with clustered eigenvalues.

Parameters
[in]Aargument of matrix logarithm, should be upper triangular and atomic
Returns
The logarithm of A.

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