Jason

Results 7 issues of Jason

我 可以提供 网站的英文翻译么

summer2021

1. test functions should be in the test folder. 2. perhaps using pycall to test against scikit-learn is a better option, although some of the stuff there is buggy as...

Hi Here is "lazier" sparse table prototype. It is roughly the same speed as the eager iterative one when O2 or O3 is turned on according to my not-so-exhaustive testing....

Hi~ I found a problem that could potentially lead to a new type of segment tree. The problem is here. https://leetcode.com/problems/design-excel-sum-formula/ . In case you don't have subscription, here is...

Hi, I have one more question using your segment tree library. I am trying to use it to solve this problem (https://cn.vjudge.net/problem/HDU-1542). Basically, it is a sweepline + segment tree...

According to Wikipedia page for LOBPCG, it is possible to compute truncated SVD of a matrix A using LOBPCG as well without explicitly forming A'A. Would it be a good...

Is it possible to show failed test cases? Right now only number of cases passed are shown.