-
see: https://lecopivo.github.io/scientific-computing-lean/working-with-arrays/tensor-operations.html#pooling-and-difficulties-with-dependent-types
> Beware! Fin n is endowed with modular arithmetic…
-
# Why and What
https://github.com/1404Damel/MITocw made a github for this
I mainly did this to supplement my knowledge because my university is not that good (they don't even give programming assig…
-
| --- | --- |
| Bugzilla Link | [290605](https://bugs.eclipse.org/bugs/show_bug.cgi?id=290605) |
| Status | CLOSED FIXED |
| Importance | P3 normal |
| Reported | Sep 25, 2009 17:11 EDT |
| Modif…
-
Quoting @siefkenj:
I haven't been keeping up with recent changes, but I have some comments from when I was doing the major refactors.
1) Indeed there is too much packed into the `Matrix` class…
-
A `noexcept` function should not call any function that could raise an exception. This includes any python function. As you see below, there are 572 cases of this. PR #37792 fixes one :f…
-
We're trying to build a `UInt2048` library (minimal enough for RSA), and we're getting the following long error:
```
RuntimeError: unreachable
at __rg_oom (wasm:/wasm/0130b18a:1:44343…
-
Unlike other binary relations over lists, `Data.List.Relation.Binary.Permutation.(Setoid/Propositional)` are implemented separately which results in an awful lot of proof duplication. It also means th…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…
-
# Proposal
## Problem statement
There is [`wrapping_shr`](https://github.com/rust-lang/rust/blob/2560b80a08597e4192aa3ee5a4670e36a5e4a7dd/library/core/src/num/uint_macros.rs#L1439) and [`wra…
-
```
Compare
[5.2582327113062393041, 5.2582327113062749951]
to
5.2582327113062[393041,749951]
It would be especially useful for matrices.
```
Original issue reported on code.google.com by `Vinzent…