|
| class | Brents |
| | Class supports Brents zeroF and minF functions that finds the root of or minimum (maximum) of a provided function given an input range containing the root (or minimum or maximum) and a convergence tolerance. More...
|
| |
| class | DataBuffer |
| | A byte array container used to hold binary data in the same manner as disk based file system. More...
|
| |
| class | IntegrateFunction |
| | Class supports numerical integration of an arbitrary function using a fourth order Simpsons rule for closed intervals. Open intervals at one end-point are handled by using Simpsons rule in a segmented sense to approach the unbounded limit in successive iterations each time dividing the difference to the unbounded limit by 10.0. More...
|
| |
| class | MD50 |
| | This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. More...
|
| |
| class | md5step |
| | Primary MD5 algorithmic step function object. The function object is templated (class f) off of the four MD5 functions f1, f2, f3, and f4 defined below. More...
|
| |
| class | f1 |
| | First MD5 algorithmic operation function object. Optimized from x & y | ~x & z. More...
|
| |
| class | f2 |
| | Second MD5 algorithmic operation function object. More...
|
| |
| class | f3 |
| | Third MD5 algorithmic operation function object. More...
|
| |
| class | f4 |
| | Fourth MD5 algorithmic operation function object. More...
|
| |