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

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

Detailed Description

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

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

Definition at line 1401 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1403 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

template<typename Scalar_T >
const pade_sqrt_denom< longdouble >::array pade::pade_sqrt_denom< Scalar_T >::denom
static
Initial value:
=
{
1.0, 25.0/4.0, 69.0/4.0, 1771.0/64.0,
7315.0/256.0, 20349.0/1024.0, 4845.0/512.0, 12597.0/4096.0,
21879.0/32768.0, 12155.0/131072.0, 1001.0/131072.0, 1365.0/4194304.0,
91.0/16777216.0, 1.0/67108864.0
}

Definition at line 1404 of file matrix_multi_imp.h.


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