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
 

Member Typedef Documentation

◆ RealScalar

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

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