Raye Kimmerer

Results 43 issues of Raye Kimmerer

Tracking issue for integrating things like CHOLMOD: - [ ]

enhancement
v1.0

List of missing ArrayInterface functions:

Project
v1.0

Developing code that interacts with C it would be nice to know if an Array came from Julia or elsewhere (Libc etc). I believe this is determined by the `how`...

feature

We have a need in Julia to both serialize and copy UMFPACK objects (as well as perhaps other solver objects, but we'll leave those alone for now). I've added functions...

We have a need to 1. copy `umfpack_numeric` and `umfpack_symbolic` types and 2. serialize them in memory. Both of these things can be done by an in-memory `save` and `load`,...

enhancement

This is broken due to old glibc, we need at least 2.17 because of CUDA (at least because that's as far as I've gotten).

I came across this while testing, but do we have the ability to choose a different SuiteSparse binary (or set of binaries really) at runtime? I know a number of...

`rowval` is defined on both, but curiously `getrowval` is not. I'm not sure exactly why we have two identical accessor functions.

This request is a little out there, so it'd be totally reasonable to close it. TLDR and Tullio thoughts at the end. My JSOC is to wrap and provide ChainRules...

Hi there. I'm keen to use ArrayLayouts in some upcoming sparse ecosystem stuff. Not so much for the generic linalg but just for the traits. In light of that would...