![]() |
Eigen-unsupported
5.0.1-dev+284dcc12
|
#include <unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h>
Helper class for computing matrix functions of atomic matrices.
Here, an atomic matrix is a triangular matrix whose diagonal entries are close to each other.
Public Member Functions | |
| MatrixType | compute (const MatrixType &A) |
| Compute matrix function of atomic matrix. | |
| MatrixFunctionAtomic (StemFunction f) | |
| Constructor. | |
|
inline |
Constructor.
| [in] | f | matrix function to compute. |
| MatrixType Eigen::internal::MatrixFunctionAtomic< MatrixType >::compute | ( | const MatrixType & | A | ) |
Compute matrix function of atomic matrix.
| [in] | A | argument of matrix function, should be upper triangular and atomic |