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

Coefficients of denominator 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 denom
 

Detailed Description

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

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

Definition at line 1731 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1733 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

template<typename Scalar_T >
const pade_log_denom< longdouble >::array pade::pade_log_denom< Scalar_T >::denom
static
Initial value:
=
{
1.0, 13.0/2.0, 468.0/25.0, 1573.0/50.0,
1573.0/46.0, 11583.0/460.0, 10296.0/805.0, 2574.0/575.0,
11583.0/10925.0, 143.0/874.0, 572.0/37145.0, 117.0/148580.0,
13.0/742900.0, 1.0/10400600.0
}

Definition at line 1734 of file matrix_multi_imp.h.


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