|
|
|
@186
|
[186]
|
03/22/08 05:34:57 |
Don Clugston |
Improved worst-case performance by more than a factor of 2. |
|
|
|
@185
|
[185]
|
03/20/08 05:20:35 |
Don Clugston |
A bit more formatting. |
|
|
|
@184
|
[184]
|
03/15/08 06:04:26 |
Don Clugston |
Formatting cleanup, better comments. |
|
|
|
@183
|
[183]
|
03/14/08 04:43:41 |
Don Clugston |
Major reduction in code size; elimination of most of the boost code. |
|
|
|
@182
|
[182]
|
03/13/08 05:49:23 |
Don Clugston |
More algorithmic improvement. Removed some old boost code. |
|
|
|
@181
|
[181]
|
03/11/08 14:33:28 |
Don Clugston |
Solved most of the remaining performance problems. Now approx 1.5X faster … |
|
|
|
@180
|
[180]
|
03/11/08 04:48:03 |
Don Clugston |
Added most of the test cases from Alefeld's paper. This clearly shows that … |
|
|
|
@179
|
[179]
|
03/10/08 04:48:59 |
Don Clugston |
Added a new root finding algorithm based on Toms748. This dramatically … |
|
|
|
@178
|
[178]
|
03/10/08 04:48:00 |
Don Clugston |
Added a new root finding algorithm based on Toms748. This dramatically … |
|
|
|
@96
|
[96]
|
04/12/07 15:53:54 |
Don Clugston |
Moved Blade into the blade directory. |
|
|
|
@94
|
[94]
|
04/11/07 15:32:52 |
Don Clugston |
Now supports complex vectors (D code only), beginning of SSE2 version. |
|
|
|
@93
|
[93]
|
04/05/07 15:35:52 |
Don Clugston |
Added a code generator for D code. Preliminary use of known vector length. … |
|
|
|
@92
|
[92]
|
04/03/07 05:18:59 |
Don Clugston |
Improved comments. |
|
|
|
@91
|
[91]
|
03/26/07 04:48:51 |
Don Clugston |
Improved comments. |
|
|
|
@90
|
[90]
|
03/22/07 12:07:00 |
Don Clugston |
Support imaginary scalars and vectors (but not complex numbers). |
|
|
|
@89
|
[89]
|
03/22/07 04:50:33 |
Don Clugston |
Blade now supports temporary-vector. Radical simplification -- combined … |
|
|
|
@88
|
[88]
|
03/21/07 07:01:22 |
Don Clugston |
Support *=. Support real scalars. Tracks FP stack usage. Identifies vector … |
|
|
|
@87
|
[87]
|
03/15/07 03:19:47 |
Don Clugston |
BLADE: Support real vectors. (vec[]*=scalar is still not working). |
|
|
|
@86
|
[86]
|
03/13/07 11:30:06 |
Don Clugston |
A new version of Blade, which now generates actual code. |
|
|
|
@85
|
[85]
|
12/16/06 04:10:26 |
Don Clugston |
Added 'Blade', Basic Linear Algebra D Expressions, which given a vector … |
|
|
|
@84
|
[84]
|
08/01/06 02:35:00 |
Don Clugston |
Added nextup(), nextdown() functions from IEEE 754R. |
|
|
|
@82
|
[82]
|
07/28/06 02:49:06 |
Don Clugston |
Merged 'findroot' and 'minimize' into a single file, RealAnalysis?. |
|
|
|
@81
|
[81]
|
07/26/06 12:54:23 |
Don Clugston |
Simpler implementation of normaldistribution, in terms of erfc. |
|
|
|
@80
|
[80]
|
07/17/06 02:43:30 |
Don Clugston |
Updated realtest to use new-style delegates from DMD 0.162. |
|
|
|
@79
|
[79]
|
06/27/06 06:50:59 |
Don Clugston |
Final changes to whitespace in etcgamma. |
|
|
|
@78
|
[78]
|
06/27/06 06:33:33 |
Don Clugston |
Changes for DMD 0.161. Added reference to Cephes in etcgamma. |
|
|
|
@77
|
[77]
|
06/16/06 16:08:38 |
Don Clugston |
Removed dependency of etcgamma on realtest. |
|
|
|
@76
|
[76]
|
05/29/06 08:11:23 |
Don Clugston |
* Folded in DMD 0.158 changes.
* Changed fcis() to expi().
* Fixes to … |
|
|
|
@75
|
[75]
|
03/27/06 07:06:40 |
Don Clugston |
-- |
|
|
|
@74
|
[74]
|
03/27/06 07:05:43 |
Don Clugston |
-- |
|
|
|
@71
|
[71]
|
03/27/06 06:28:04 |
Don Clugston |
Moved all files to 'mathextra' subdirectory, and updated module names … |
|
|
|
@70
|
[70]
|
03/24/06 11:34:19 |
Don Clugston |
-- |