|
openjij
Framework for the Ising model and QUBO.
|
#include <fmath.hpp>
Public Types | |
| enum | { LEN = N - 1 } |
Public Member Functions | |
| LogVar () | |
Public Attributes | ||
| unsigned int | m1 [4] | |
| unsigned int | m2 [4] | |
| unsigned int | m3 [4] | |
| float | m4 [4] | |
| unsigned int | m5 [4] | |
| struct { | ||
| float app | ||
| float rev | ||
| } | tbl [1<< LEN] | |
| float | c_log2 | |
|
inline |
References fmath::local::LogVar< N >::c_log2, fmath::local::LogVar< N >::LEN, fmath::log(), fmath::local::LogVar< N >::m1, fmath::local::LogVar< N >::m2, fmath::local::LogVar< N >::m3, fmath::local::LogVar< N >::m4, fmath::local::LogVar< N >::m5, fmath::local::mask(), and fmath::local::LogVar< N >::tbl.

| float fmath::local::LogVar< N >::app |
| float fmath::local::LogVar< N >::c_log2 |
Referenced by fmath::local::LogVar< N >::LogVar().
| unsigned int fmath::local::LogVar< N >::m1[4] |
Referenced by fmath::local::LogVar< N >::LogVar().
| unsigned int fmath::local::LogVar< N >::m2[4] |
Referenced by fmath::local::LogVar< N >::LogVar().
| unsigned int fmath::local::LogVar< N >::m3[4] |
Referenced by fmath::local::LogVar< N >::LogVar().
| float fmath::local::LogVar< N >::m4[4] |
Referenced by fmath::local::LogVar< N >::LogVar().
| unsigned int fmath::local::LogVar< N >::m5[4] |
Referenced by fmath::local::LogVar< N >::LogVar().
| float fmath::local::LogVar< N >::rev |
| struct { ... } fmath::local::LogVar< N >::tbl[1 << LEN] |
Referenced by fmath::local::LogVar< N >::LogVar().