You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add the empty returns (with the same empty size as the input) when calling elliptic123 with two empty inputs? The current version of the code gives the following:
aa= zeros(1,0); [r1 r2]=elliptic123(aa,aa)
Output argument "F" (and maybe others) not assigned during call to "elliptic123>elliptic12x".
Error in elliptic123
It would be very nice to get r1==r2==aa in some vectorization operations since aa could be an empty array.
Thank you very much!
Best wishes,
Jinchuan
The text was updated successfully, but these errors were encountered:
Dear Vigor,
Could you please add the empty returns (with the same empty size as the input) when calling elliptic123 with two empty inputs? The current version of the code gives the following:
aa= zeros(1,0); [r1 r2]=elliptic123(aa,aa)
Output argument "F" (and maybe others) not assigned during call to "elliptic123>elliptic12x".
Error in elliptic123
It would be very nice to get r1==r2==aa in some vectorization operations since aa could be an empty array.
Thank you very much!
Best wishes,
Jinchuan
The text was updated successfully, but these errors were encountered: