lean2/src/util/numerics
Leonardo de Moura 467eff4662 add(numerics): add prime number generator/iterator
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-16 16:05:45 -07:00
..
CMakeLists.txt add(numerics): add prime number generator/iterator 2013-10-16 16:05:45 -07:00
double.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
double.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
float.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
float.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
gmp_init.cpp Track memory usage. Add new CMake option TRACK_MEMORY_USAGE (It is ON by default). 2013-09-20 12:32:12 -07:00
mpbq.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
mpbq.h Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
mpfp.cpp Use "sprintf" instead of "snprintf" because cygwin doesn't support "snprintf" 2013-09-15 01:38:21 -07:00
mpfp.h Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
mpq.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
mpq.h Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
mpz.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
mpz.h Update to suppress unused-parameter warnings 2013-09-19 22:40:34 -07:00
numeric_traits.cpp Use fullpath in #include directives, add missing STL headers 2013-09-13 03:35:29 -07:00
numeric_traits.h Add numeric_traits for double and float 2013-08-06 20:00:37 -07:00
primes.cpp add(numerics): add prime number generator/iterator 2013-10-16 16:05:45 -07:00
primes.h add(numerics): add prime number generator/iterator 2013-10-16 16:05:45 -07:00
xnumeral.h test(util/numerics): more tests to improve coverage 2013-09-28 23:38:17 -07:00