WPILibC++ 2023.4.3-108-ge5452e3
|
Helper class for computing matrix functions of atomic matrices. More...
Public Types | |
typedef MatrixType::Scalar | Scalar |
typedef stem_function< Scalar >::type | StemFunction |
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.
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 |