bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] {rank operator}0


From: Christian Robert
Subject: [Bug-apl] {rank operator}0
Date: Mon, 15 Aug 2016 00:23:21 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

      ⍴t
4 5
      t
 1 12 20 19  5
 6  2 14  3 16
17 11  7  9  4
15 10 18 13  8
      ⍴{2⍴⍵}⍤0 t
4 5 2
      ⍴{1⍴⍵}⍤0 t
4 5 1
      ⍴{0⍴⍵}⍤0 t
4 5 1
      ⍝ something wrong above, should be a 4x5x0 matrix
      ⍴{⍴⍵}⍤0 t
4 5 1
      ⍝ something wrong above, should be a 4x5x0 matrix


reply via email to

[Prev in Thread] Current Thread [Next in Thread]