|
TR-mbed 1.0
|
Helper class for computing matrix functions of atomic matrices. More...
#include <MatrixFunction.h>
Public Types | |
| typedef MatrixType::Scalar | Scalar |
| typedef stem_function< Scalar >::type | StemFunction |
Public Member Functions | |
| MatrixFunctionAtomic (StemFunction f) | |
| Constructor. | |
| MatrixType | compute (const MatrixType &A) |
| Compute matrix function of atomic matrix. | |
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.
| typedef MatrixType::Scalar Eigen::internal::MatrixFunctionAtomic< MatrixType >::Scalar |
| typedef stem_function<Scalar>::type Eigen::internal::MatrixFunctionAtomic< MatrixType >::StemFunction |
|
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 |