Helper class for computing matrix functions of atomic matrices.
More...
#include <MatrixFunctionAtomic.h>
Public Types |
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 |
Public Member Functions |
MatrixType | compute (const MatrixType &A) |
| Compute matrix function of atomic matrix.
|
| MatrixFunctionAtomic (StemFunction f) |
| Constructor.
|
Detailed Description
template<typename MatrixType>
class Eigen::MatrixFunctionAtomic< MatrixType >
Helper class for computing matrix functions of atomic matrices.
Constructor & Destructor Documentation
Constructor.
- Parameters
-
[in] | f | matrix function to compute. |
Member Function Documentation
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: