Public Types | Static Public Attributes | List of all members
Eigen::internal::matrix_log_max_pade_degree< Scalar > Struct Template Reference

#include <MatrixLogarithm.h>

Public Types

typedef NumTraits< Scalar >::Real RealScalar
 

Static Public Attributes

static const int value
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::matrix_log_max_pade_degree< Scalar >

Definition at line 25 of file MatrixLogarithm.h.

Member Typedef Documentation

◆ RealScalar

Definition at line 27 of file MatrixLogarithm.h.

Member Data Documentation

◆ value

template<typename Scalar >
const int Eigen::internal::matrix_log_max_pade_degree< Scalar >::value
static
Initial value:
= std::numeric_limits<RealScalar>::digits<= 24? 5:
std::numeric_limits<RealScalar>::digits<= 53? 7:
std::numeric_limits<RealScalar>::digits<= 64? 8:
std::numeric_limits<RealScalar>::digits<=106? 10:
11

Definition at line 28 of file MatrixLogarithm.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:12:10