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

Coefficients of numerator polynomials of Pade approximations produced by Pade1(sqrt(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_sqrt_numer< Scalar_T >

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

Definition at line 1384 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1386 of file matrix_multi_imp.h.

Member Data Documentation

◆ numer

template<typename Scalar_T >
const pade_sqrt_numer< longdouble >::array pade::pade_sqrt_numer< Scalar_T >::numer
static
Initial value:
=
{
1.0, 27.0/4.0, 81.0/4.0, 2277.0/64.0,
10395.0/256.0, 32319.0/1024.0, 8721.0/512.0, 26163.0/4096.0,
53703.0/32768.0, 36465.0/131072.0, 3861.0/131072.0, 7371.0/4194304.0,
819.0/16777216.0, 27.0/67108864.0
}

Definition at line 1387 of file matrix_multi_imp.h.


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