OSVR-Core
|
Helper class for computing matrix functions of atomic matrices. More...
#include <MatrixFunctionAtomic.h>
Public Types | |
typedef MatrixType::Scalar | Scalar |
typedef MatrixType::Index | Index |
typedef NumTraits< Scalar >::Real | RealScalar |
typedef internal::stem_function< Scalar >::type | StemFunction |
typedef Matrix< Scalar, MatrixType::RowsAtCompileTime, 1 > | VectorType |
Public Member Functions | |
MatrixFunctionAtomic (StemFunction f) | |
Constructor. More... | |
MatrixType | compute (const MatrixType &A) |
Compute matrix function of atomic matrix. More... | |
Helper class for computing matrix functions of atomic matrices.
|
inline |
Constructor.
[in] | f | matrix function to compute. |
MatrixType Eigen::MatrixFunctionAtomic< MatrixType >::compute | ( | const MatrixType & | A | ) |
Compute matrix function of atomic matrix.
[in] | A | argument of matrix function, should be upper triangular and atomic |