knotkit/algebra
Wojciech Politarczyk 66813d4a15 Added some C++11 features to classes Z and Q
Z and Q use now smart pointers for storing their internal
implementations, which were changed to use mpz_class and
mpq_class. New implementation uses copy on write. Moreover, I added
moving semantics for these two classes.
2016-11-19 20:55:11 +01:00
..
algebra.cpp Build on newcomp with clang++. Added .cmd files for newcomp q. 2012-08-02 19:05:51 -04:00
algebra.h Added some C++11 features to classes Z and Q 2016-11-19 20:55:11 +01:00
fields.cpp First commit in git. This is a cleaned up version of r114 from the 2011-12-09 15:50:25 -05:00
fraction_field.h Ready to compute splitting bound data for paper. 2013-01-17 11:05:44 -05:00
grading.cpp First commit in git. This is a cleaned up version of r114 from the 2011-12-09 15:50:25 -05:00
grading.h Added io support for module, linear_combination, mod_map and grading. 2012-07-28 13:26:30 -04:00
linear_combination.h Fixed a few bugs coming from the rebase of square to master: 2012-07-28 13:48:17 -04:00
module.h Renamed driver kk. Added support for various invariants (gss + kh, 2013-03-25 16:39:15 -04:00
multivariate_laurentpoly.h First shot at periodicity congruences 2016-11-19 20:53:18 +01:00
multivariate_polynomial.h Ready to compute splitting bound data for paper. 2013-01-17 11:05:44 -05:00
polynomial.cpp First commit in git. This is a cleaned up version of r114 from the 2011-12-09 15:50:25 -05:00
polynomial.h Some changes to algebra/ to make kernel, image and quotient work over 2012-10-22 13:43:45 -04:00
Q.h Added some C++11 features to classes Z and Q 2016-11-19 20:55:11 +01:00
Z2.h Added some C++11 features to classes Z and Q 2016-11-19 20:55:11 +01:00
Z.h Added some C++11 features to classes Z and Q 2016-11-19 20:55:11 +01:00
Zp.h Added some C++11 features to classes Z and Q 2016-11-19 20:55:11 +01:00