kartikv
kartikv
I think I did it the proper generic way now: explicitly check for all zeroes, ones, and equality, and return * T_FALSE if any check returns T_FALSE; otherwise * T_UNKNOWN...
> This looks great so far. Obviously, the blocker for merging is that there are tests that crash and that the documentation doesn't build cleanly. I may need some help...
"without having probably no solution"? "Without probably having no solution"? Happy for other suggestions. On Thu, Apr 4, 2024, 7:42 AM Dima Pasechnik ***@***.***> wrote: > ***@***.**** commented on this...
Neither, at least in general: For a floating point represented field (which I don't think we have?), I think it's essentially a Monte Carlo algorithm, in that it will produce...
Yes, I'm going to finish and check in the rref and lu stuff this weekend, and will figure out what is going on with block lanzos. Thanks for catching the...
Only write and print functions, nothing binary so far: happy to take proposals, I don't know what gr does. On Sat, Apr 27, 2024, 5:19 AM Albin Ahlbäck ***@***.***> wrote:...
Only while I'm still debugging/adding requested functionality: they will be removed before the merge. On Sat, Apr 27, 2024, 5:17 AM Albin Ahlbäck ***@***.***> wrote: > ***@***.**** commented on this...
Primarily comma-separated list of column: value for each row, since sparse row form is the core implementation, though I added a coo presentation too. On Sat, Apr 27, 2024, 7:32 ...
Yes, but I think that was the first pull request from sparse2. On Sun, May 3, 2020, 1:13 AM wbhart wrote: > You don't actually need to make a new...
Filling in missing utility functions in the various sparse libraries, and noticed something weird in mat_invert_cols: slong c = mat->c; slong k = mat->c/2; if (perm) { for (i =0;...