-
Hi,
This looks neat! I was curious about how hard it would be to implement a GPU-accelerated backend with [Emu](https://github.com/calebwin/emu). Would it amount to implementing the API in [`linalg…
-
## Overview
Inspired by [flecs](https://www.flecs.dev/flecs/md_docs_2Relationships.html), relations are a first-class graph primitive for the ECS: useful for modelling generalized hierarchies, gra…
-
Hi Paul
I'm a novice in NAND memories and I would have a question regarding your NAND driver.
With the look-up table, it seems that with the Winbond memory one can get rid of a sophisticated bad blo…
-
> Resources
- https://en.wikipedia.org/wiki/Mathematics
- https://en.wikipedia.org/wiki/Pure_mathematics
Pure mathematics is the study of mathematical concepts independently of any applicat…
-
I could not find relevant methods in the docs. Just to clarify, this library does not have built in functions for boolean expression simplification / optimization with techniques like common term extr…
-
**Describe the problem you have/What new integration you would like**
I'm using the time-based cover component to control my window's Roller Shutter Blinds and it works perfectly with the excepti…
-
Hi,
I already have these extent methods in my own workspace,
so I wonder is it accepted to be added into the Nalgebra.
- `pub fn is_hermitian(&self) -> bool`
- [Hermitian matrix](https://en.wi…
-
While experimenting with kerchunking some Icesat2 ATL08 data I noticed an issue where using `MultiZarrToZarr` with non-dimension coordinates that had partial chunks resulted in empty values for those …
-
Currently, PyTorch C++ API is missing many `torch::nn` layers that are available in the Python API. As part of the Python/C++ API parity work, we would like to add the following `torch::nn` modules an…
-
Creating a WebM compliant file from an `audio/x-opus+ogg` file using `mkvmerge` (https://mkvtoolnix.download/doc/mkvmerge.html#d4e612)
> -w, --webm | Create a WebM compliant file. This is also…