Public Types | Public Member Functions
MatrixLogarithmAtomic< MatrixType > Class Template Reference

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

#include <MatrixLogarithm.h>

List of all members.

Public Types

typedef NumTraits< Scalar >::Real RealScalar
typedef MatrixType::Scalar Scalar

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)

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: