APLX Help : Help on APL language : APL Primitives : ⌿ 1st axis reduce
|
|
|
|
|
×/[1]TABLE (The [1] specifies that the operation
4 10 18 is to apply across the 1st dimension,
×⌿TABLE the rows. Each element in row 1 is
4 10 18 multiplied by the corresponding
element in row 2.)
|
|
APLX Help : Help on APL language : APL Primitives : ⌿ 1st axis reduce
|
|
Copyright © 1996-2010 MicroAPL Ltd