#include <multiexp.h>
|
| static const size_t | loop_count = npoints >= 1024 ? 10 : npoints < 256 ? 1000 : 100 |
| |
◆ init()
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
◆ test()
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
◆ data
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
◆ loop_count
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
| const size_t test_multiexp< algorithm, npoints, c >::loop_count = npoints >= 1024 ? 10 : npoints < 256 ? 1000 : 100 |
|
static |
◆ pippenger_cache
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
◆ res
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
◆ straus_cache
template<test_multiexp_algorithm algorithm, size_t npoints, size_t c = 0>
The documentation for this class was generated from the following file: