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

#include <matrix_multi_imp.h>

Public Types

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

Static Public Attributes

static const array numer
 

Detailed Description

Definition at line 1746 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1748 of file matrix_multi_imp.h.

Member Data Documentation

◆ numer

const pade_log_numer< float >::array pade::pade_log_numer< float >::numer
static
Initial value:
=
{
0.0, 1.0, 4.0, 1337.0/204.0,
385.0/68.0, 1879.0/680.0, 193.0/255.0, 197.0/1820.0,
419.0/61880.0, 7129.0/61261200.0
}

Definition at line 1749 of file matrix_multi_imp.h.


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