Commit graph

4 commits

Author SHA1 Message Date
Emil Sköldberg
815d671fb0 Update to version 2.2.0.
Changes:

 * bigint input operator does no longer set failbit if it encounters EOF at
   the end of a number
 * fixed operator/(T a, bigrational const& b) for T != bigrational and a == 0.
 * fixed elliptic_curve<gf_element>::isomorphism_type(bigint&,
                                                      bigint&,
                                                      point< gf_element >&,
                                                      point< gf_element >&,
                                                      bool)
 * fixed HNF documentation.
 * fixed friend class declaration for param_desc.
 * Several bugfixes and cleanups in the MPQS and Lanczos code of
   single_factor<bigint>. (If the changes prove to be stable then
   rational_factorization will delegate all MPQS calls to
   single_factor<bigint> in further LiDIA releases.)
 * fixed build files for use with autoconf 2.59 / automake 1.9.6.
 * avoid fragile test of \pdfoutput in doc/{color.graphics}.cfg and use
   typearea.sty rather than geometry.sty due to a broken geometry.sty shipped
   with SuSE 10.0's teTeX 3.0.
 * fixed rational_factorization::compose() to prune really all factors with
   exponent 0.
 * many further small fixes...
2006-08-28 09:50:59 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Emil Sköldberg
8ca5ca85d9 Changed PKGNAME: lidia-* -> LiDIA-*.
(LiDIA is the capitalisation present in all paths.)
2005-11-15 09:56:15 +00:00
Emil Sköldberg
8fcc6a5ecf LiDIA is a C++ library for computational number theory which provides
a collection of highly optimized implementations of various multiprecision
data types and time-intensive algorithms. LiDIA is developed by the LiDIA
Group at the Darmstadt University of Technology.
2005-11-10 17:14:55 +00:00