-
Currently, the following code fails:
```
sage: R. = Zp(3,2)[]
sage: S. = R.quo(x^2+1)
sage: xbar.matrix()
TypeError: cannot construct an element of Full MatrixSpace of 2 by 2 dense matrices over 3-…
-
S4 ( #52 ) 의 시초.
HiPPO ==> LSSL ( #51 ) ==> S4 ( #52 )
모두 1저자 작품.
수식이 워낙 어려워서 컨셉 위주로만 이해해 보려 한다.
[paper](https://arxiv.org/pdf/2008.07669.pdf)
[code](https://github.com/HazyResearch/hippo-code)…
-
[symmetry_MRE.jl.txt](https://github.com/user-attachments/files/16600047/symmetry_MRE.jl.txt)
Here is a script which hopefully reproduces an error I am encountering with symmetries. If you're inter…
-
[mathieu_a](https://github.com/scipy/scipy/blob/master/scipy/special/specfun/specfun.f#L1616) apparently reports incorrect results for some values of `q`.
```
>>> mathieu_a([0,1,2,3,4,5,6,7,8], 84/4.…
-
Some functions have sparse Jacobian or sparse Hessian and it can be usefull to obtain them as sparse matrices rather than accessing to the values through vector-jacobian or vector-hessian products fu…
-
Here is the proposal we used in 2020. It was accepted, but was later cancelled when the conference changed to online-only. I also have the review comments but I don't know if those can be shared publi…
-
The signature for the methods `random_element` of `ZZ` and `RR` are currently different.
More precisely if one wants to specify a lower bound and an upper bound
for the random variable, the signatu…
-
Hi,
as to my understanding (and according to Issue #11), the Python version of Fuchsia can deal with systems that depend on a free variable, with the tacit assumption that the variable doesn't take…
-
Add matrix power as implemented by [numpy.linalg.matrix_power](https://docs.scipy.org/doc/numpy/reference/generated/numpy.linalg.matrix_power.html), matrix exponential as implemented by [scipy.linalg.…
-
I've found that when the dataset is large and expensive to compute, or unable to fit in my laptop's memory, bootstrapping can somewhat well approximate the vendi score. For a dataset of 10000 similari…