Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty input for elliptic123(phi,m) #19

Open
tangjinchuan opened this issue May 21, 2018 · 1 comment
Open

empty input for elliptic123(phi,m) #19

tangjinchuan opened this issue May 21, 2018 · 1 comment

Comments

@tangjinchuan
Copy link

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

@moiseevigor
Copy link
Owner

Yeap, I'll try to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants