Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libntl33-10.5.0-lp152.3.2 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: libntl33 Distribution: openSUSE Leap 15.2
Version: 10.5.0 Vendor: openSUSE
Release: lp152.3.2 Build date: Thu Nov 7 16:57:49 2019
Group: System/Libraries Build host: obs-arm-8
Size: 2246816 Source RPM: ntl-10.5.0-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://shoup.net/ntl/
Summary: Library for Number Theory
NTL is a C++ library providing data structures and algorithms for
manipulating signed, arbitrary length integers, and for vectors,
matrices, and polynomials over the integers and over finite fields.

Provides

Requires

License

LGPL-2.1+

Changelog

* Sat Sep 30 2017 jengelh@inai.de
  - ntl-automake.diff: add missing header file for flint
* Sat Sep 09 2017 jengelh@inai.de
  - Update to new upstream release 10.5.0
    * Faster linear algebra over ZZ_p. Rewrote mat_ZZ_p routines
      inv, solve, determinant, gauss, and kernel to be
      thread boosted.
    * C++11 support / "move" semantics. Iterators and support for
      "range based for loops".
* Sat Apr 29 2017 jengelh@inai.de
  - Update description
* Tue Nov 29 2016 jengelh@inai.de
  - Update to new upstream release 10.3.0
    * Marginally improved performance and crossovers for mat_zz_p
      multipliplication.
    * Retired the zz_pXAltArgument class, which was used for modular
      composition in zz_pX. While this has been in in the documented
      interface for a few months, it was flagged as being provisional
      and subject to change. In place of zz_pXAltArgument, the class
      zz_pXNewArgument was added.
    * Implementation of a multi-modular strategy for matrix
      multiplication over ZZ_p.
* Thu Oct 20 2016 jengelh@inai.de
  - Update to new upstream release 10.1.0
    * the classical LIP module is finally thread safe
* Wed Sep 21 2016 jengelh@inai.de
  - Update to new upstream release 9.11.0
    * Improved the effectiveness of the new, faster ZZ to
    zz_p conversion
    * Added new routines VectorConv for faster bulk conversion from ZZ
    and long to zz_p
    * Added new routines VectorRandomBnd (see ZZ.txt) and VectorRandom
    for faster bulk random number generation.
* Sun Jul 31 2016 jengelh@inai.de
  - Update to new upstream release 9.10.0
    * Conversions from ZZ to zz_p are now faster, thanks to
    preconditioning. Among other things, the CRT-based ZZX
    multiplication code is also a bit faster as a result.
    * The BasicThreadPool class now guarantees that exec_range
    assigns the current thread first=0, and exec_index assigns the
    current thread index=0. This makes it easy for a thread to tell
    whether of not it is the current thread, which can be
    convienient for some applications.
    * Fine tuned the interface for SmartPtr and UniquePtr a bit,
    including the ability to attach an explicit deleter policy,
    which (among other things) makes it easier to implement the
    PIMPL pattern using these classes. Unfortunately, some of these
    changes introduced some minor backward incompatibilities (but I
    doubt anyone will even notice).
    * Introduced a new class CopiedPtr, which has a similar interface
    to UniquePtr, but which allows copy and assignment. This class
    is meant to replace the OptionalVal class, whose use is now
    discouraged.
* Sun Jun 19 2016 jengelh@inai.de
  - Update to new upstream release 9.9.1
    * Introduced ll_type and related routines which perform a
    restricted set of operations on a long-long-like type. It can
    be implemented via inline asm, and is a cleaner interface and
    sometimes faster. On x86-64/gcc platforms, the assembly code
    version is used and gives a modest speed boost.
    * Introduced PreconditionedRemainder class for faster reduction
    of a ZZ modulo a fixed long. This is intended to make Chinese
    Remaindering type computations faster. (For the time being,
    this is an undocumented feature.)
    * Allow p.move(q), where p is a UniquePtr<T>, q is a
    UniquePtr<Y>, and Y* converts to T*.
    * Added elts() method to UniqueArray and AlignedArray (for
    compatibility with Vec class)
    * Added get() and release() methods to OptionalVal
* Sun Apr 17 2016 jengelh@inai.de
  - Update to new upstream release 9.7.0
    * Changes to mat_lzz_p: improved performance of mul, inv, solve
    and deterministic routines
    * NTLThreadPool is no longer directly accessible: new access
    functions are provided
    * Got rid of method SplitProblems, and made a more general/abstract
    class PartitionInfo
* Fri Mar 11 2016 jengelh@inai.de
  - Update to new upstream release 9.6.4
    * A new modular composition implemention for zz_pX. This makes
    modular composition up to 3x faster, depending on several
    factors.
    * Improved performance for polynomial factoring over zz_pX using
    CanZass, using the improved modular composition routine (above)
    and better choice of baby step / giant step parameters. This
    leads to a 1.1x to 1.8x speedup, depending on several factors.
* Sat Nov 14 2015 jengelh@inai.de
  - Update to new upstream release 9.6.2
    * Performance tuning: ZZ_pX and zz_pX keep getting faster
    * Upgrade to pseudo-random number generation: replaced the
    underlying PRG with Chacha20 (replacing RC4) and the underlying
    key-derivation function with a function based on HMAC-SHA256
    (replacing an MD5-based function). The new routines are faster
    and more secure.
* Wed Jun 24 2015 jengelh@inai.de
  - Update to new upstream release 9.2.0
    * Performance improvements to zz_pX and Vec<zz_p>.
    * Performance improvements to ZZX: implemented asymptotically fast
    CRT code for HomMul and more cache-friendly logic.
    * Completed the transition away from floating-point arithmetic for
    the implementation of single-precision modular arithmetic.
* Fri Mar 27 2015 jengelh@inai.de
  - Update to new upstream release 9.0.0
    * The interface to the single-precision modular arithmetic
    routines has been modified slightly: In particular, on 64-bit
    x86/GCC platforms, single precision moduli can now be up to 60
    bits, rather than 50 bits. Using larger moduli speeds up a number
    of things, like ZZ_pX arithmetic, as fewer primes need to be used
    in Chinese Remaindering steps.
* Thu Feb 12 2015 jengelh@inai.de
  - Update ntl-automake.diff: add a missing backslash causing not all
    headers to be installed. Support mingw a bit better, too.
    Support non-C++11 systems.
* Tue Feb 03 2015 jengelh@inai.de
  - Update to new upstream release 8.1.2
    * Added support for "user defined" FFT primes for zz_p.
    * Added explicit constructors corresponding to promotions.
    * Thread safety, requires C++11 concurrency.

Files

/usr/lib64/libntl.so.33
/usr/lib64/libntl.so.33.0.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024