Public Member Functions | List of all members
Eigen::internal::MatrixLogarithmAtomic< MatrixType > Class Template Reference

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

#include <MatrixLogarithm.h>

Public Member Functions

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

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()

Definition at line 269 of file MatrixLogarithm.h.

Member Function Documentation

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.

Definition at line 280 of file MatrixLogarithm.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:39