$treeview $search $mathjax
$projectbrief
$projectbrief
$searchbox

MatrixLogarithmAtomic< MatrixType > Class Template Reference
[Matrix functions module]

Helper class for computing matrix logarithm of atomic matrices. More...

List of all members.

Public Member Functions

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

Detailed Description

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

Helper class for computing matrix logarithm of atomic matrices.


Member Function Documentation

MatrixType compute ( const MatrixType &  A  )  [inline]

Compute matrix logarithm of atomic matrix.

Compute logarithm of triangular matrix with clustered eigenvalues.

Parameters:
[in] A argument 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: