glucat 0.13.0
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 1393 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 1395 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

template<typename Scalar_T>
const array pade::pade_sqrt_denom< Scalar_T >::denom
static

Definition at line 1396 of file matrix_multi_imp.h.

Referenced by glucat::matrix_sqrt().


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