annotate general/arrutils/README.txt @ 61:eff6bddf82e3
tip
Finally implemented perceptual brightness thing.
author |
samer |
date |
Sun, 11 Oct 2015 10:20:42 +0100 |
parents |
ed2629b7f02b |
children |
|
rev |
line source |
samer@20
|
1 These are functions for manipulating arrays regardless of what the element
|
samer@20
|
2 type is. They include functions for resizing, reshaping, rearranging and
|
samer@20
|
3 replicating arrays, some high order functions like mapXXX for applying
|
samer@20
|
4 arbitrary functions to array elements or subarrays, and some functions
|
samer@20
|
5 for dealing with array size specifications.
|