Helper class for computing matrix functions of atomic matrices.
More...
#include <MatrixFunctionAtomic.h>
|
|
typedef MatrixType::Index | Index |
| |
|
typedef NumTraits< Scalar >::Real | RealScalar |
| |
|
typedef MatrixType::Scalar | Scalar |
| |
|
typedef internal::stem_function< Scalar >::type | StemFunction |
| |
|
typedef Matrix< Scalar, MatrixType::RowsAtCompileTime, 1 > | VectorType |
| |
template<typename MatrixType>
class Eigen::MatrixFunctionAtomic< MatrixType >
Helper class for computing matrix functions of atomic matrices.
◆ MatrixFunctionAtomic()
template<typename MatrixType>
Constructor.
- Parameters
-
| [in] | f | matrix function to compute. |
◆ compute()
template<typename MatrixType>
| MatrixType compute |
( |
const MatrixType & | A | ) |
|
Compute matrix function of atomic matrix.
- Parameters
-
| [in] | A | argument of matrix function, should be upper triangular and atomic |
- Returns
- f(A), the matrix function evaluated at the given matrix
The documentation for this class was generated from the following file: