glucat  0.12.0
Public Types | Static Public Attributes | List of all members
pade::pade_sqrt_denom< 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 denom
 

Detailed Description

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

Definition at line 1455 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1457 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

const pade_sqrt_denom< long double >::array pade::pade_sqrt_denom< long double >::denom
static
Initial value:
=
{
1.0L, 33.0L/4.0L, 31.0L, 4495.0L/64.0L,
27405.0L/256.0L, 118755.0L/1024.0L, 94185.0L/1024.0L, 444015.0L/8192.0L,
1562275.0L/65536.0L, 2042975.0L/262144.0L, 245157.0L/131072.0L, 676039.0L/2097152.0L,
323323.0L/8388608.0L, 101745.0L/33554432.0L, 4845.0L/33554432.0L, 969.0L/268435456.0L,
153.0L/4294967296.0L, 1.0L/17179869184.0L
}

Definition at line 1458 of file matrix_multi_imp.h.


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