lean2/src/util/numerics
2013-10-21 17:23:56 -07:00
..
CMakeLists.txt feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
double.cpp feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
double.h feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
float.cpp feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
float.h feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -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 feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
mpbq.h refactor(numerics): rename power operator to pow, the idea is to follow the C/C++ name convention for the power operator 2013-10-21 17:23:56 -07:00
mpfp.cpp feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
mpfp.h refactor(numerics): rename power operator to pow, the idea is to follow the C/C++ name convention for the power operator 2013-10-21 17:23:56 -07:00
mpq.cpp feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
mpq.h refactor(numerics): rename power operator to pow, the idea is to follow the C/C++ name convention for the power operator 2013-10-21 17:23:56 -07:00
mpz.cpp feat(numerics): add zero() method to all numeric_traits 2013-10-16 16:55:17 -07:00
mpz.h refactor(numerics): rename power operator to pow, the idea is to follow the C/C++ name convention for the power operator 2013-10-21 17:23:56 -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
power.h feat(numerics/zpz): add numeric_traits for zpz numerals 2013-10-18 14:41:18 -07:00
primes.cpp feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07:00
primes.h feat(numerics): add finite field Z/pZ 2013-10-18 13:27:28 -07: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