-
Hi, I'm very interested in the result you've archirved, and I tried to implement it to C++.
But I have 1 question, can your s-curve interpolation method implement start velocity and exit velocity?
-
Hi, I'm trying to build Hypre with cuda in my linux laptop and get this error both with make and cmake. I'm trying to use the intel mpi libraries. Thank you for your help.
Marcos
$ cmake -DHYPRE_…
-
On a pretty small, seemingly well conditioned problem, ECOS is having trouble converging to an optimal solution. There are 17 variables, 13 equality constraints, 1 3-dim SOC cone, and 1 exponential co…
-
According to the code and its comments, `_solve_trig2` is intended to solve those equations which, for some reason, can't be solved by `_solve_trig1`. (This "dispatching" is handled by `_solve_trig` w…
-
```
$ ./runTests.py tests/test_io.py --debug
> test instance prepared (2 test(s))
... {'A': 0, 'B': {'C': [0, 1], 'D': {'E': {'F': {'G': 2.0}}}}}
... saving into output-tests/dict.h5...
>>>
Tracebac…
-
Hi, just found your library! Very exciting.
Were you planning to add support for ODE simulation with diffrax?
I use diffrax to simulate my models and optimistix to fit them, and more generally wo…
-
Submitting Authors:
* Kingslin Lv (@Kingslin0810 )
* Joyce Wang (@jo4356)
* Allyson Stoll (@datallurgy)
Package Name: `chemcalculator`
One-Line Description of Package: chemcalculator is a p…
-
Submitting Author Name: Kingslin Lv, Joyce Wang, and Allyson Stoll
Submitting Author Github Handle: @Kingslin0810, @jo4356, and @datallurgy
Repository: [chemcalculatorrr](https://github.com/UBC-MDS/…
-
Fourier (and related) integral transforms often lead to complicated
expressions involving multiple-valued functions. For example,
```
>>> g = fourier_transform(Heaviside(x)/(x**2 + 1), x, k)
>>> g
-(…
-
As described in #2 handling time-varying matrix size would be a valuable addition to this package. On looking into it the required algorithms seem straight-forward, so it may get done in the coming mo…