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

#include <matrix_multi_imp.h>

Public Types

using array = std::array< long double, 18 >
 

Static Public Attributes

static const array numer
 

Detailed Description

template<>
struct pade::pade_sqrt_numer< long double >

Definition at line 1441 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

using pade::pade_sqrt_numer< long double >::array = std::array<long double, 18>

Definition at line 1443 of file matrix_multi_imp.h.

Member Data Documentation

◆ numer

const pade_sqrt_numer< long double >::array pade::pade_sqrt_numer< long double >::numer
static
Initial value:
=
{
1.0L, 35.0L/4.0L, 35.0L, 5425.0L/64.0L,
35525.0L/256.0L, 166257.0L/1024.0L, 143325.0L/1024.0L, 740025.0L/8192.0L,
2877875.0L/65536.0L, 4206125.0L/262144.0L, 572033.0L/131072.0L, 1820105.0L/2097152.0L,
1028755.0L/8388608.0L, 395675.0L/33554432.0L, 24225.0L/33554432.0L, 6783.0L/268435456.0L,
1785.0L/4294967296.0L, 35.0L/17179869184.0L
}

Definition at line 1444 of file matrix_multi_imp.h.


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