-
I would like to use a very fast C++ library for DDP (differential dynamic programming) but I couldn't find one online. I was hoping the toolbox has it, but I couldn't find it here either. If you guys …
-
@Sshwy置顶:翻译的时侯别忘在译文结尾加入下面内容
```
**本页面主要译自博文[俄文标题](链接)与其英文翻译版[英文标题](链接)。其中俄文版版权协议为 Public Domain + Leave a Link;英文版版权协议为 CC-BY-SA 4.0。**
```
其中俄文官网为 http://e-maxx.ru/ ,英文官网为 https://cp-algorit…
-
https://fonts.google.com/specimen/IM+Fell+English
XeTeX can't use this font for math symbols or extensions, it is complaining of missing math symbols. It would be great to add those, so we get the …
-
(while looking at Stata's linktest #1479 documentation and our diagnostics)
two issues
- weights in regression diagnostic auxiliary regression
- I guess the OLS based auxiliary regression ar…
-
I got this error:
```
julia> Pl(1.2,3)
DomainError with 1.2:
Legendre Polynomials are defined for arguments lying in -1 ⩽ x ⩽ 1
```
I am somewhat perplexed. A polynomial defined on -1 ⩽ x ⩽ …
-
Hi JAX developers,
I'm wondering if it's possible to calculate `jvp` for intermediate variables defined in a function. Here's an example:
```
def f(x, params_1, params_2, params_3):
W1, …
-
Hi Chris,
Thank you for sharing the code!
I wonder which algorithm is using here for transformation estimation in the util/transform_estimation.py. Can you point out the reference?
Thanks!
Q…
-
Issue :
I have compiled opencv 4.1.0 with cuda support. So want to build the ros dependent packages with custom opencv. The command after initializing catkin_init_workspace is as follows. Any kind of…
-
### Use Case
This affects all solid material models that are currently implemented and future ones.
### Problem
We currently have a massive `switch/case` statement for our solid materials, inherite…
-
I see that chaospy does many things around quadrature and orthogonal polynomials. Perhaps you can use what's been implemented in https://github.com/nschloe/quadpy and https://github.com/nschloe/orthop…