glucat 0.12.0
Public Types | Static Public Attributes | List of all members
pade::pade_log_denom< float > Struct Reference

#include <matrix_multi_imp.h>

Public Types

using array = std::array<float, 10>
 

Static Public Attributes

static const array denom
 

Detailed Description

Definition at line 1758 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

using pade::pade_log_denom< float >::array = std::array<float, 10>

Definition at line 1760 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

Initial value:
=
{
1.0, 9.0/2.0, 144.0/17.0, 147.0/17.0,
441.0/85.0, 63.0/34.0, 84.0/221.0, 9.0/221.0,
9.0/4862.0, 1.0/48620.0
}

Definition at line 1761 of file matrix_multi_imp.h.


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