lean2/src/util/numerics
Leonardo de Moura abc370a011 feat(util/numerics): serialization for mpz and mpq
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-27 18:32:01 -08:00
..
CMakeLists.txt feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
double.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
double.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
float.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
float.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
gcd.h feat(numerics): add gcd and extended gcd templates (for primitive types) 2013-10-16 18:18:20 -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 refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
mpbq.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
mpfp.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
mpfp.h refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
mpq.cpp feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08:00
mpq.h feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08:00
mpz.cpp feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08:00
mpz.h feat(util/numerics): serialization for mpz and mpq 2013-12-27 18:32:01 -08: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
power.h feat(numerics/zpz): add numeric_traits for zpz numerals 2013-10-18 14:41:18 -07:00
primes.cpp refactor(*): isolate std::thread dependency 2013-12-09 15:20:26 -08:00
primes.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
register_module.h refactor(frontends/lua): rename leanlua_state to script_state, and move it to util 2013-11-27 14:57:36 -08:00
remainder.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
xnumeral.h test(util/numerics): more tests to improve coverage 2013-09-28 23:38:17 -07:00
zpz.cpp feat(numerics/zpz): add numeric_traits for zpz numerals 2013-10-18 14:41:18 -07:00
zpz.h feat(numerics/zpz): add numeric_traits for zpz numerals 2013-10-18 14:41:18 -07:00