-
-
Hi,
I'm trying to install Asteroid on macos 10.13.6. Got Cmake installed. Installed developer tools (needed xcrun). Getting closer, but am still having installation issues. It seems to expect a CMa…
-
``` scala
val v = DenseVector(1d, 2d, 3d)
val filteredV = v(v :> 2d) //works fine
val d = DenseMatrix(1d,2d,3d)
val filteredD = d(d(::,0) :>2d,::) //compilation error
```
The use case here is to fil…
-
I've been investigating an issue that Clang has been warning about all
over the place (-Wincompatible-library-redeclaration) and I'd like to
draw attention to it because it implies that people who hav…
-
Hi,
(I have cmake installed; and I'm using Windows 10)
I run in Git to install Asteroid with ./install.sh, but I modified the generator (otherwise it goes to Visual Studio 2022 somehow), so line…
-
I would like to get it to be less memory consuming. Do you already know where the bottlenecks are?
aa755 updated
4 years ago
-
Hello,
thanks for your work. I wanted to play with your implementation on both a 64 bits PC and a 16bits PIC24F µC. I played with k163 curve.
On PC, it works like a charm (although it generates a …
-
Hi everyone. @TDiazT and I are exploring the development landscape of scuttlebutt code and are interested in what you all are doing with Rust here. In particular, we believe the cool feature that the …
-
Embedding other libraries inside `libstp` is gross and we shouldn't be doing it. We should make these external dependencies and try (if possible) to follow upstream. This supersedes #95.
-
### Prerequisites
* [X ] Put an X between the brackets on this line if you have done all of the following:
* Checked that your issue isn't already [filed](https://github.com/leanprover/lean/is…