Jeremy Steward

Results 11 comments of Jeremy Steward

Seems to be a common issue on Ubuntu 20.04 because the OpenSSL crate dependency is vastly out of date. See [this thread](https://github.com/sfackler/rust-openssl/issues/1436). This seems to be the result of a...

Yeah, even Sengi's own filters don't work. For example, I tried to filter `monsterdon;#Monsterdon` to filter out that specific hashtag, and it doesn't work for toots that end on that...

Hey @mikera, thanks for getting back to me on this issue. It's good to hear there's at least some maintenance to clatrix, and I apologize if the google group is...

I'm fairly interested in this functionality. At present there's no way to slice sparse matrix types, and having borrowed storage makes sense for such functionality to exist. I'm not sure...

As for generalizing across index types, is the [`Dim` trait](https://docs.rs/nalgebra/latest/nalgebra/base/dimension/trait.Dim.html) insufficient? I feel like this is pretty much everything one would need on that front. It doesn't guarantee conversion to...

> To clarify: by slicing, do you mean - for example - to take a "view" only to a select set of rows in a CSR matrix, or a select...

FWIW: I'm going to continue on the path as laid out in "To be done" above, but discussion can continue in the meantime. Worst case is I have to do...

> It seems to me that speeding up spmm is largely orthogonal to the big redesign you're proposing here. In the end it only comes down to managing some indices...

One suggestion for `SparsityPattern`: Rather than using this as an abstraction at a lower level and having to nest the traits / generics / etc, I propose the following. I...

Wanted to tag onto this since I've had some issues with this myself. The Vim integration here isn't great (as admitted) and actually even has some bugs in the formatting....