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... | |
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.
Definition at line 271 of file MatrixLogarithm.h.
MatrixType Eigen::internal::MatrixLogarithmAtomic< MatrixType >::compute | ( | const MatrixType & | A | ) |
Compute matrix logarithm of atomic matrix.
[in] | A | argument of matrix logarithm, should be upper triangular and atomic |
A
. Definition at line 282 of file MatrixLogarithm.h.