Helper class for computing matrix logarithm of atomic matrices. More...
#include <MatrixLogarithm.h>
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. | |
Helper class for computing matrix logarithm of atomic matrices.
| MatrixType compute | ( | const MatrixType & | A | ) |
Compute matrix logarithm of atomic matrix.
Compute logarithm of triangular matrix with clustered eigenvalues.
| [in] | A | argument of matrix logarithm, should be upper triangular and atomic |
A.