mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
update documentation
This commit is contained in:
parent
aa8d528ced
commit
ed45135dec
1 changed files with 18 additions and 0 deletions
|
@ -1,4 +1,22 @@
|
|||
<ul>
|
||||
<li>2012-09-29 - version 0.2
|
||||
<ul>
|
||||
<li>code for computing the gamma function (Karatsuba, Stirling's series)</li>
|
||||
<li>rising factorials</li>
|
||||
<li>fast exp_series using Newton iteration</li>
|
||||
<li>improved multiplication of small polynomials by using classical multiplication</li>
|
||||
<li>implemented error propagation for square roots</li>
|
||||
<li>polynomial division (Newton-based)</li>
|
||||
<li>polynomial evaluation (Horner) and composition (divide-and-conquer)</li>
|
||||
<li>product trees, fast multipoint evaluation and interpolation (various algorithms)</li>
|
||||
<li>power series composition (Horner, Brent-Kung)</li>
|
||||
<li>added the fmprb_mat module for matrices of balls of real numbers</li>
|
||||
<li>matrix multiplication</li>
|
||||
<li>interval-aware LU decomposition, solving, inverse and determinant</li>
|
||||
<li>many helper functions and small bugfixes</li>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>2012-09-14 - version 0.1</li>
|
||||
<li>2012-08-05 - began simplified rewrite</li>
|
||||
<li>2012-04-05 - experimental ball and polynomial code</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue