glucat 0.12.0
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 array pade::pade_log_denom< Scalar_T >::denom
static

Definition at line 1734 of file matrix_multi_imp.h.

Referenced by glucat::pade_log().


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