openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
fmath::local::ExpVar< N > Struct Template Reference

#include <fmath.hpp>

Public Types

enum  { s = N , n = 1 << s , f88 = 0x42b00000 }
 

Public Member Functions

 ExpVar ()
 

Public Attributes

float minX [8]
 
float maxX [8]
 
float a [8]
 
float b [8]
 
float f1 [8]
 
unsigned int i127s [8]
 
unsigned int mask_s [8]
 
unsigned int i7fffffff [8]
 
unsigned int tbl [n]
 

Member Enumeration Documentation

◆ anonymous enum

template<size_t N = EXP_TABLE_SIZE>
anonymous enum
Enumerator
f88 

Constructor & Destructor Documentation

◆ ExpVar()

Member Data Documentation

◆ a

template<size_t N = EXP_TABLE_SIZE>
float fmath::local::ExpVar< N >::a[8]

◆ b

template<size_t N = EXP_TABLE_SIZE>
float fmath::local::ExpVar< N >::b[8]

◆ f1

template<size_t N = EXP_TABLE_SIZE>
float fmath::local::ExpVar< N >::f1[8]

◆ i127s

template<size_t N = EXP_TABLE_SIZE>
unsigned int fmath::local::ExpVar< N >::i127s[8]

◆ i7fffffff

template<size_t N = EXP_TABLE_SIZE>
unsigned int fmath::local::ExpVar< N >::i7fffffff[8]

◆ mask_s

template<size_t N = EXP_TABLE_SIZE>
unsigned int fmath::local::ExpVar< N >::mask_s[8]

◆ maxX

template<size_t N = EXP_TABLE_SIZE>
float fmath::local::ExpVar< N >::maxX[8]

◆ minX

template<size_t N = EXP_TABLE_SIZE>
float fmath::local::ExpVar< N >::minX[8]

◆ tbl

template<size_t N = EXP_TABLE_SIZE>
unsigned int fmath::local::ExpVar< N >::tbl[n]

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