Commit Graph

5028 Commits

Author SHA1 Message Date
jzmaddock
282a74beea Correct call to abs - should be std::abs. 2015-05-06 18:36:30 +01:00
jzmaddock
e1ae526be1 Merge branch 'develop' 2015-05-05 13:32:10 +01:00
jzmaddock
61ad25cc63 Update revision history. 2015-05-05 13:31:02 +01:00
jzmaddock
805fb89a61 Improve root finding examples.
Add updated elliptic integral tests.
Add lambda example.
Tweak wording in places.
2015-05-05 13:22:29 +01:00
jzmaddock
308f39c78a Fix iteration count housekeeping so we don't accidentally miss one if we get an exact result because f(x) is zero. 2015-05-05 13:15:23 +01:00
jzmaddock
ef0241c0a3 Add elliptic integral example. 2015-05-04 18:36:40 +01:00
jzmaddock
dc1c023540 Minor edits to minimization docs and examples. 2015-04-30 18:33:18 +01:00
jzmaddock
a0fb417bc0 Tidy up comments. 2015-04-30 18:32:48 +01:00
jzmaddock
5c022355ac Fix a few minor SNUAFU's. 2015-04-30 11:09:11 +01:00
jzmaddock
be5b9c3d80 Reorganize docs a little with more sections.
Improve descriptions, and cross-reference between new sections.
2015-04-30 09:02:35 +01:00
jzmaddock
c8eb3c9cf4 Add default constructor for eps_tolerance. 2015-04-29 18:47:09 +01:00
jzmaddock
5cbf37159e Change to use sensible defaults for required digit counts. 2015-04-29 17:57:27 +01:00
jzmaddock
da33ba4425 Fix heuristic in schroeder_iterate.
Brings schroeder_iterate more into line with halley_iterate.
2015-04-28 19:16:33 +01:00
jzmaddock
6277275f32 Make sure results of timed calls are really *really* used.
Optimize derivative calculation to reduce redundant computation.
2015-04-28 18:45:24 +01:00
jzmaddock
8d394d4f53 Make sure calculated results are really used to avoid spurious optimizations. 2015-04-27 19:43:56 +01:00
jzmaddock
8b0aaec93f Tidy up:
Remove unneeded '#includes.
Improve finding of boost-root.
Fix debug/release detection to not use MSVC specific macros.
2015-04-27 19:27:22 +01:00
pabristow
e7ae689ea5 New sections of examples or cube, fifth, multiprecision and nth root finding, and comparison of timing and iterations. 2015-04-26 17:41:10 +01:00
jzmaddock
f2238de311 Merge pull request #12 from jessicah/develop
Haiku: disable float128 and long double support
2015-04-09 08:50:10 +01:00
Jessica Hamilton
d4240296b5 Haiku: disable float128 and long double support 2015-04-09 09:38:27 +12:00
jzmaddock
2f09aca3cd Merge branch 'develop' of https://github.com/boostorg/math into develop 2015-04-07 18:01:54 +01:00
jzmaddock
0cbed0315d Fix digit count for 128-bit quad-floart types.
As per discussion here: http://www.exploringbinary.com/7-bits-are-not-enough-for-2-digit-accuracy/comment-page-1/#comment-9358
2015-04-07 17:57:07 +01:00
jzmaddock
755585149e Merge pull request #11 from lanurmi/spelling-fix-occurr
Fix spelling of "occurr*".
2015-03-29 09:35:41 +01:00
Lauri Nurmi
0c273d09a9 Fix spelling of "occurr*". 2015-03-28 22:11:16 +02:00
jzmaddock
88baea211d Merge branch 'develop' 2015-03-24 14:05:53 +01:00
jzmaddock
0bc8377595 Fix error in equation - see https://svn.boost.org/trac/boost/ticket/11136 2015-03-24 13:04:11 +00:00
jzmaddock
3cc3abc70d Merge branch 'develop' 2015-03-19 14:24:30 +01:00
pabristow
9b293b689d No bad links from inspect and fp_comparison revised. 2015-03-13 13:02:31 +00:00
pabristow
2b57792dbc rooting links corrected, build clean, but some links still broken. 2015-03-12 18:05:36 +00:00
pabristow
4257aa91ff add html/math.css (but this might still get deleted when html/ needs clearing out, so should probably also have a copy elsewhere? 2015-03-12 14:50:15 +00:00
pabristow
3928cf1bb9 git rm --cached -- /html/*.html to get out git of all generated files except math.css 2015-03-12 14:42:54 +00:00
pabristow
98998570be Added a .gitignore to ignore /html and math.css for green coments 2015-03-12 13:15:46 +00:00
pabristow
1f0552daea merged develop into rooting and rebuilt html 2015-03-12 12:31:01 +00:00
jzmaddock
c6e152efd4 Disable __float128 on Solaris - it segfaults when used at program startup (tested solaris 11). 2015-03-08 18:58:15 +00:00
pabristow
5638fe9be2 Re-structured to separate into tools (rooting and minimization) and internals, and links revised to suit. 2015-03-05 15:25:19 +00:00
pabristow
7a74c3728f New example and .qbk 2015-03-05 10:25:19 +00:00
jzmaddock
944b59f204 Merge branch 'develop' 2015-03-04 19:09:36 +00:00
pabristow
808471fba4 Adding two graph files for brent example (just to check can commit and push OK. 2015-03-04 17:01:01 +00:00
jzmaddock
b423b350a8 Add needed member. 2015-02-28 19:42:39 +00:00
jzmaddock
97cd1ea0ea Change not to use cstdfloat as that header may not actually define any types! 2015-02-28 19:31:05 +00:00
jzmaddock
5e92ce7ae6 Solaris doesn't have fpclassify 2015-02-26 11:55:23 +00:00
jzmaddock
8db0e1ce84 Merge branch 'develop' 2015-02-24 09:19:01 +00:00
jzmaddock
5d27fba5b3 Regenerate SVG's slightly larger.
Update history and regenerate docs.
2015-02-23 18:43:53 +00:00
jzmaddock
58edb99ca8 Workaround for bug in Solaris compiler. 2015-02-23 17:15:23 +00:00
jzmaddock
d1f6c6a326 Merge branch 'develop' of https://github.com/boostorg/math into develop
Conflicts:
	include/boost/math/cstdfloat/cstdfloat_types.hpp
2015-02-22 18:49:08 +00:00
jzmaddock
1ef4e9c1c2 Tentative fix for solaris/oracle compiler issue https://svn.boost.org/trac/boost/ticket/10925 2015-02-22 18:48:09 +00:00
jzmaddock
487ed3cb42 Tentative fix for solaris/oracle compiler issue https://svn.boost.org/trac/boost/ticket/10925 2015-02-22 18:44:18 +00:00
jzmaddock
df00c8b8a1 Update history, fix some typos, and regenerate docs to include new elliptic integrals. 2015-02-20 13:46:30 +00:00
jzmaddock
ec7a31e982 Merge branch 'carlson' into develop 2015-02-20 13:30:24 +00:00
jzmaddock
12b748fc3c Document the new Elliptic Integral Functions. 2015-02-20 13:29:41 +00:00
jzmaddock
f9901d8429 Add missing tests. 2015-02-19 19:35:33 +00:00