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

template<typename Scalar >
typedef NumTraits<Scalar>::Real Eigen::internal::matrix_log_max_pade_degree< Scalar >::RealScalar

Definition at line 27 of file MatrixLogarithm.h.

Member Data Documentation

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:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:38