.. |
CMakeLists.txt
|
feat(numerics): add finite field Z/pZ
|
2013-10-18 13:27:28 -07:00 |
double.cpp
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
double.h
|
refactor(*): minimize dependency on thread local storage, simplify MK_THREAD_LOCAL_GET
|
2014-06-07 12:16:01 -07:00 |
float.cpp
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
float.h
|
refactor(*): minimize dependency on thread local storage, simplify MK_THREAD_LOCAL_GET
|
2014-06-07 12:16:01 -07: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(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
mpbq.h
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
mpfp.cpp
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
mpfp.h
|
refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive
|
2014-06-07 10:18:36 -07:00 |
mpq.cpp
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07:00 |
mpq.h
|
feat(util/numerics): serialization for mpz and mpq
|
2013-12-27 18:32:01 -08:00 |
mpz.cpp
|
chore(*): remove Lua 'migrate'
|
2014-06-18 07:01:34 -07: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 |