glucat 0.12.0
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 array pade::pade_sqrt_numer< Scalar_T >::numer
static

Definition at line 1387 of file matrix_multi_imp.h.

Referenced by glucat::matrix_sqrt().


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