|
TR-mbed 1.0
|
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. | |
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.
| 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.