bug-apl
[Top][All Lists]
Advanced

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

Re: sparse vector 'without' returns ⍬ with sufficiently large vector


From: Kacper Gutowski
Subject: Re: sparse vector 'without' returns ⍬ with sufficiently large vector
Date: Thu, 30 Apr 2020 21:11:56 +0200

On Thu, Apr 30, 2020 at 08:14:46PM +0200, Dr. Jürgen Sauermann wrote:
Could you please reformulate the problem in a more readable way?
I have not idea what the expression is doing and  if the result is correct or
not.
Or which primitive actually fails.

I understand the problem is as described in the subject. Here's a less verbose reproducer:

      ]BOXING 8
      (3600 ↑1) ~ 0
┌→┐
│1│
└─┘
      (3601 ↑1) ~ 0   ⍝ should also be ,1
┌⊖┐
│0│
└─┘

-k



reply via email to

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