Eigen-unsupported  5.0.1-dev+284dcc12
 
Loading...
Searching...
No Matches
Eigen::internal::MatrixLogarithmAtomic< MatrixType > Class Template Reference

#include <unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h>

Detailed Description

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

Helper class for computing matrix logarithm of atomic matrices.

Here, an atomic matrix is a triangular matrix whose diagonal entries are close to each other.

See also
class MatrixFunctionAtomic, MatrixBase::log()

Public Member Functions

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

Member Function Documentation

◆ compute()

template<typename MatrixType>
MatrixType Eigen::internal::MatrixLogarithmAtomic< MatrixType >::compute ( const MatrixType & A)

Compute matrix logarithm of atomic matrix.

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: