-
-
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
minor promotion issue with A[t|c]_ldiv_B for triangular A and non-strided B #14816
Comments
Fixed. |
is it sufficiently tested to stay that way? |
Probably not. I'll have a look. |
Sacha0
added a commit
to Sacha0/julia
that referenced
this issue
Jun 16, 2016
I am not certain whether existing general tests cover this, so to be safe I added a specific test in #16968. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracker for the triangular case of #14506 described in #14506 (comment). Briefly, where
A
is a triangular matrix andB
is not aStridedVecOrMat
, the element-type promotion forA[t|c]_ldiv_B
sometimes fails. For examplefails with an
InexactError
. See #14506 for more. Best!The text was updated successfully, but these errors were encountered: