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

#include <matrix_multi_imp.h>

Public Types

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

Static Public Attributes

static const array denom
 

Detailed Description

template<>
struct pade::pade_sqrt_denom< float >

Definition at line 1428 of file matrix_multi_imp.h.

Member Typedef Documentation

◆ array

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

Definition at line 1430 of file matrix_multi_imp.h.

Member Data Documentation

◆ denom

const pade_sqrt_denom< float >::array pade::pade_sqrt_denom< float >::denom
static
Initial value:
=
{
1.0, 17.0/4.0, 15.0/2.0, 455.0/64.0,
1001.0/256.0, 1287.0/1024.0, 231.0/1024.0, 165.0/8192.0,
45.0/65536, 1.0/262144.0
}

Definition at line 1431 of file matrix_multi_imp.h.


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