Mappings of dArrays
List of Import References :
See Array
See BOOL
See Bitset
See DArray
See DENOTATION
See Nat
See Option
SIGNATURE DArrayMap [from,to]
$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)
SORT from to IMPORT DArray[from] ONLY dArray DArray[to] ONLY dArray
f * a
(map): apply f
to all elements of
a
. f
should be a total function an from
.
FUN * : (from->to)**dArray[from]->dArray[to]
next node: DArrayFilter,
prev node: DArrayConv,
up to node: Subsystem Dynamic Arrays