| 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 |