-
Firstly, I wold like to thank the authors of the library, it is really useful.
Most of Java Algebra libraries are based on 1D primitive arrays (probably other languages too) instead of 2D (it is e…
-
As discussed on Clojurians, I would like to use this issue to start describing some machine learning functionality that could be achieved with Onyx, and/or what such an API would look like.
### Sco…
-
Today we use a 2D costmap of independent cells. While this is a good and cheap way of saving some relevant information, it will bound us for the foreseeable future to 2.5D land.
If we want to suppo…
-
Issue #565 implements load distribution using algorithm from https://github.com/tempesta-tech/tempesta/commit/b7ccb83723298a4571514629f51b5156415c00ac . However, the algorithm distributes requests wit…
-
Gives this error:
```
RuntimeError: CUDA error: device-side assert triggered
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.…
-
Hello! @keshavsingh4522 I want to add quick sort in sorting algos. Please assign this to me.
-
Currently the parsers will only create an unstructured string to describe a course's prereqs, coreqs and cross-listed courses. If we can somehow turn this into a more usable data structure we can gain…
ghost updated
2 years ago
-
This summer, two undergraduates will be joining my lab for an REU program; the first one starts next week. My current plan is to have them work with me and some of my students to build up a full fled…
parno updated
3 months ago
-
```
$ ../bin/nit -e '
> print(0.0/0.0 != 0.0/0.0)
> var x = 0.0/0.0
> print(x.is_nan)
> print(x != x)
> print(x != x * 1.0)'
true
true
false
true
```
-
This is the tracking issue for sparse strips (not the design document).
Sparse strips represent the next generation of GPU path rendering, promising better performance and more flexibility in integ…