README.md

changeset 14
adf8eb3a1df9
parent 13
f237f22e36d4
child 17
c4c2ab568324
equal deleted inserted replaced
13:f237f22e36d4 14:adf8eb3a1df9
11 * Structs: iteration, field replacement 11 * Structs: iteration, field replacement
12 * Calculation of norms, dot products, projections 12 * Calculation of norms, dot products, projections
13 * Conditional thread execution macros 13 * Conditional thread execution macros
14 * Template for conveniently writing iterative algorithms using `do`-block anonymous functions as algorithm steps, with visualisation/verbosity implemented generally in iterator. 14 * Template for conveniently writing iterative algorithms using `do`-block anonymous functions as algorithm steps, with visualisation/verbosity implemented generally in iterator.
15 15
16 The code is used, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>. 16 The code is used by [ImageTools][] and both, for example, by <http://dx.doi.org/10.5281/zenodo.3659180>.
17 17
18 ## Installation 18 ## Installation
19 19
20 To install this package, first clone the repository with [Mercurial](https://www.mercurial-scm.org/): 20 To install this package, first clone the repository with [Mercurial](https://www.mercurial-scm.org/):
21 21
76 80/100 J=1606.340254 76 80/100 J=1606.340254
77 90/100 J=2029.497673 77 90/100 J=2029.497673
78 100/100 J=2502.377071 78 100/100 J=2502.377071
79 ``` 79 ```
80 80
81 [ImageTools]: https://tuomov.iki.fi/software/ImageTools/

mercurial