-
Hello, can you please link to a paper/page that describes how the algorithm works? Thank you. I am trying to research cartesian → hilbert.
-
Metal GPUs suffer from the way we encode Cartesian indices, presumably because of the integer division that happens when mapping a linear index to a Cartesian, but there may be other causes. In https:…
-
The result of a relational join or semi-join can have the same size as the cartesian product of the two inputs, in the worst case. Thus, it is an upper bound for the result size. Very often, the actua…
-
This could also be an issue for other operators.
It should be possible to create them even after moving data to cuda.
Currently, you would have to move to CPU, create, move to GPU again..
-
I had to manually install a newer cmake and catch1 and pybind11. I get all the way to the make command (using 0.10.0 version of lib of libfranka) Any workaround here?
```
:~/github/franky/build$…
-
Notation note links that point to internal pages don't seem to be working - found examples here:
https://www.mechref.org/sta/cartesian_coordinates/?origin=sidebar
https://www.mechref.org/dyn/vec…
-
We probably cannot settle on an aligned approach on how to convert Polar to Cartesian systems and vice-versa. However can we at least propose something everybody can stand behind so that when someone …
-
### Is your feature request related to a problem? Please describe.
Assigning myself this task next.
I'm basically going to branch off before the new Cartesian planner, Ruckig servo smoothing plugin,…
-
#### Code Sample, a copy-pastable example if possible
```python
import chemcoord
print(chemcoord.__version__)
chemcoord.show_versions()
xyzfile='chemcoord-test.xyz'
with open(xyzfile,'w') as f…
-
**Problem description**
Hi authors,
I have been using the all the controllers, tested both on ros1 noetic with UR10E and on ROS2 humble version with a different UR10E robot, for a while now for d…