-
All the numbers encoded in frames are fixed-length, and they are not much involved in arithmetic computations. Maybe we should instead represent them as vectors? which also alleviates the pain of reas…
-
### Problem
When performing consecutive linear algebra computations on `probnum.linops.LinearOperator`s, in which the result is a `LinearOperator`, which is then further processed in `LinearOperat…
-
We currently set the dype to float32 for pythia in lm_rib_build and lm_ablations. Check whether we can get away with using bfloat16 for a bunch of the computation.
Note that the eigendecomposition …
-
A current conversation on Slack # Intervals asks
is it reasonably easy to do?
```
bottine 01:39
I'm wondering how much work would be needed to be able to plug interval types into tulip
Jeffr…
-
### Problem description
#10926 introduced a case where a recursive approach exploded the number of columns, with millions of references to the same column in complex recursive approach. The recursive…
-
- GCD and LCM
- Prime Factorization and Divisors
- Fibonacci Numbers
- Catalan Numbers
- Modular Arithmetic
- Euler Totient Function
- nCr Computations
- Set Theory
- Chinese Remainder Theorem…
-
**Describe the bug**
Let K be a number field (e.g. a cyclotomic field)
1. Primary decomposition does not terminate after 12 hours for a principal ideal (f) < K[x,y,t]
(but `factor(f)` terminates …
-
# Table of Contents
1. [Intuition and underlying principles ](#Intuitionandunderlyingprinciples)
2. [Original Paper](#Paperreading)
3. [Implementation details](#Implementation-details)
4. [Fourth …
-
### Summary
This project is undertaken as part of my summer internship at Quansight Labs, mentored by @izaid and @rgommers.
I would like to propose extending the current COO sparse array support in …
-
The **front page description states** that the package is intended to be **a rigorous computational method** however **the implementation does not reflect this** in any shape or form.
See the resul…