-
Add documentation, tests and/or examples to every method in the ntl library wrappers.
Issues I have found:
- ntl calls lack in several places sig_on/sig_off, this can lead to Sage segfaults. I am …
-
### 你在什么场景下需要该功能?
NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynom…
-
It looks like ARM processors like the ones on the new macbooks do not support `np.float128`. As a first step, we can change `np.float128` to `np.longdouble` which will fallback to `np.float64` on arch…
-
It would be a great to have matrices in the standard library. In https://github.com/agda/agda-stdlib/pull/1525 I opened a small PR with a very simple implementation of `Data.Matrix`. Thanks to a valua…
-
It would appear that as the number of data samples for a particular polynomial increase, the polynomials tend to diverge from the actual x-y planar position of the data set. Take a serious look at thi…
-
The following test is failing on `pytorch` only while everything else passes.
https://github.com/qiboteam/qibo/blob/ce7076a89acbec04fc3eb21eeb754709257db2be/tests/test_models_dbi.py#L128-L143
Th…
-
请问gravityRefine函数里的多项式系数是不是不对应于文献6的附录一公式31呢,gravityRefine函数内的S矩阵要比文献6多一维,源码内的矩阵多项式系数要比公式31等式左边的多项式多两个,请问一下另外两个是如何推导,十分感谢!
Do the polynomial coefficients in the gravityRefine function not correspond t…
-
- [x] nonnegative (LP)
- [x] dual (moment) sum of squares (interpolation-based SOS/WSOS)
- [x] second-order
- [x] exponential (3-D)
- [x] rotated SOC
- [x] PSD
- [x] L_inf epigraph (useful for v…
-
At the moment we have `DegOpt` objects that corresponds to evaluations
```
B3= (x I + x A) * (x I + x A)
B4= (x I + x A + xB3) * (x I + x A +xB3)
B5= (x I + x A + xB3+xB4) * (x I + x A +xB3 +xB…
-
Related to #8
I started thinking again how to implement overlapping domains; when solving PDEs like the Schrödinger equation, different but equivalent formulations are more/less stiff in different…
jagot updated
4 years ago