glucat 0.12.0
Public Types | Static Public Attributes | List of all members
pade::pade_log_numer< Scalar_T > Struct Template Reference

Coefficients of numerator polynomials of Pade approximations produced by Pade1(log(1+x),x,n,n) More...

#include <matrix_multi_imp.h>

Public Types

using array = std::array<Scalar_T, 14>
 

Static Public Attributes

static const array numer
 

Detailed Description

template<typename Scalar_T>
struct pade::pade_log_numer< Scalar_T >

Coefficients of numerator polynomials of Pade approximations produced by Pade1(log(1+x),x,n,n)

Definition at line 1714 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

template<typename Scalar_T >
using pade::pade_log_numer< Scalar_T >::array = std::array<Scalar_T, 14>

Definition at line 1716 of file matrix_multi_imp.h.

Member Data Documentation

◆ numer

template<typename Scalar_T >
const pade_log_numer< longdouble >::array pade::pade_log_numer< Scalar_T >::numer
static
Initial value:
=
{
0.0, 1.0, 6.0, 4741.0/300.0,
1441.0/60.0, 107091.0/4600.0, 8638.0/575.0, 263111.0/40250.0,
153081.0/80500.0, 395243.0/1101240.0, 28549.0/688275.0, 605453.0/228813200.0,
785633.0/10296594000.0, 1145993.0/1873980108000.0
}

Definition at line 1717 of file matrix_multi_imp.h.


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