Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: expose more of cholmod common struct (sparse matrices) #20985

Closed
StephenVavasis opened this issue Mar 11, 2017 · 2 comments
Closed
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request sparse Sparse arrays

Comments

@StephenVavasis
Copy link
Contributor

I am currently trying to figure out why my ccall to one of the SuiteSparse routines is not working. The Cholmod common struct has a number of helpful fields, especially 'status', that could be of assistance. But I can't access these fields because I don't know their offsets. Currently offsets are computed and stored in the source file deps/SuiteSparse_wrapper.c, but only some of the offsets are computed. Could this file be extended so that more fields, and 'status' in particular, are exposed?

@tkelman tkelman added the sparse Sparse arrays label Mar 11, 2017
@tkelman
Copy link
Contributor

tkelman commented Mar 11, 2017

We might not actually need that file any more with more recent versions of suitesparse that officially support building shared libraries. Can Clang.jl be applied to the headers here?

@ViralBShah
Copy link
Member

Implemented in #38919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request sparse Sparse arrays
Projects
None yet
Development

No branches or pull requests

3 participants