-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inconsistent return types (and error) with arithmetic on LinSpace
#11049
Comments
Maybe this is a better comparison...
anyway... The fact taht The latter causes a test failure on |
maybe Stefan forgot to overload it 42db285 |
This is probably the cause of some mysterious deprecation warnings that
|
Missing operations for LinSpace. Fix #11049
Trying to do simple arithmetics on the
LinSpace
object returns inconsistent result (or error).OTOH, doing the same on ranges seems to be pretty consistent.
P.S. what's the difference between a range and a linspace?
The text was updated successfully, but these errors were encountered: