-
Currently, asin(2.0) returns NaN, whereas asin(CC(2.0)) returns the more expected value of 1.57079632679490 - 1.31695789692482*I (that's π/2 − acosh(2)·I).
I can understand the logic of not wanting…
-
### What happened?
I think there is a problem with Drake's IPOPT solver interface based on a comparison to [CasADi](https://web.casadi.org/)'s interface. Using the attached script, I've formulated …
-
Looking at the code in this repository I'd love to hear your talk.
Do you know if it has been recorded at the meeting? Or, if that's not the case, do you maybe have some additional notes that could …
-
If you decide to compute partial derivatives symbolically, you could make great use of `libvala` to compute gradiants based on the parse tree of a function.
With a CLI tool, one could scan the source…
-
Updated (October 23)
- 14K github models (72%) (https://github.com/jansel/pytorch-jit-paritybench)
- [x] #111691
- [ ] #111693
- [ ] 153 errors like: AssertionError: Failed to produce a gr…
-
-
### 🐛 Describe the bug
Issue redirected from [Augmented assignment op (+=) fails export](https://github.com/pytorch/executorch/issues/4630)
Op += seems to fails for tensors. Below snipped is a min…
-
Even with all my git-annex rotten soul I must say that BIDS must stay away from any filesystem features beyond having directories and files in them. And I think symbolic linking for some hypothetical…
-
Currently, `Measurement` is a subtype of, and operates on, `AbstractFloat`,
while [`Symbolics.jl`](https://github.com/JuliaSymbolics/Symbolics.jl)'s variables/expressions are subtype of `Real`.
Give…
-
I am trying to get a symbolic expression from an ARM64 code performing floating point compares.
The function takes single `float` argument in reg `s0` which I have initialized as `FPS('x', FLOAT)`.
…