WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::MatrixLogarithmAtomic< MatrixType > Class Template Reference

Helper class for computing matrix logarithm of atomic matrices. More...

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h>

Public Member Functions

MatrixType compute (const MatrixType &A)
 Compute matrix logarithm of atomic matrix. More...
 

Detailed Description

template<typename MatrixType>
class Eigen::internal::MatrixLogarithmAtomic< MatrixType >

Helper class for computing matrix logarithm of atomic matrices.

Here, an atomic matrix is a triangular matrix whose diagonal entries are close to each other.

See also
class MatrixFunctionAtomic, MatrixBase::log()

Member Function Documentation

◆ compute()

template<typename MatrixType >
MatrixType Eigen::internal::MatrixLogarithmAtomic< MatrixType >::compute ( const MatrixType &  A)

Compute matrix logarithm of atomic matrix.

Parameters
[in]Aargument of matrix logarithm, should be upper triangular and atomic
Returns
The logarithm of A.

The documentation for this class was generated from the following file: