At svn 802 it is more than 5 times faster than at svn 801 with
less than 3 secs on my slow tablet.
going from 2 hours to less than 3 seconds is *really* an improvement !!!
and the resulting .xml file has shrunk by a factor 5.
thanks again,
Xtian
On 2016-10-29 15:14, Christian Robert wrote:
I
Hi Ala'a
not sure if duplicate axes are allowed in enclose with axis (and
if so what
that means). I am now throwing an axis error dur duplicated axes.
SVN 802.
/// Jürgen
On 11/01/2016 08:04 PM, Ala'a Mohammad
wrote:
Hi,
Playing with partial enclose (formally enclose with axis) as follows
gave me the following segfault
A←2 3 4⍴⍳24
A
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20
21 22 23 24
⊂[3 2 2]A
SEGMENTATION FAULT
--
Hi Xtian,
the IBM APL2 language reference (which is the primary source of
information for
GNU APL, the other being the ISO standard) says (page 160)):
The length of the left argument must be equal to the rank
of the right argument.
⍴,L ←→ ⍴⍴R
FYI this was introduced as a compatible extension in Dyalog APL 13.0, along
with a similar extension to Take and Drop:
MAT
11 12 13 14
21 22 23 24
31 32 33 34
2↑MAT
11 12 13 14
21 22 23 24
1↓MAT
21 22 23 24
31 32 33 34
Jay.
On 31 October 2016 at 23:34, Christian Robert
wrote: