thanks, fixed in SVN 1553.
Best Regards,
Jürgen
On 5/12/22 8:56 AM,
m_mis...@autistici.org wrote:
Dear maintainers,
In `)HELP .`, it is mentioned that `Z[i;j] is F/A[i;] G B[;j]`.
However, using defined functions and primitive functions as right operand of inner product may give different results.
A←3 3⍴⍳9
,.≡⍨ A
0 0 0
0 0 0
0 0 0
∇Z←L F R
[1] Z←L≡R
[2] ∇
,.F⍨ A
1 0 0 0 0 0 0 0 0
0 0 0 0 1 0 0 0 0
0 0 0 0 0 0 0 0 1
It seems that the defined function is applied to each cell of the vector. Similarly, direct function also does.
Thank you for your attention.
M Misaki