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

use Matrix API for (cholmod_factor *)->SEXP coercion #778

Merged
merged 1 commit into from Apr 11, 2024

Conversation

jaganmn
Copy link
Contributor

@jaganmn jaganmn commented Apr 11, 2024

The names and implementation details of factorization classes in Matrix may change as we generalize to support complex matrices. lme4 should use our API as much as possible to remain forward compatible.

Note that M_chm_factor_to_SEXP has been API since "the beginning" (Matrix 0.y-z), originally as a function but lately as a macro mapping to M_cholmod_factor_as_sexp. Its use here does not require a stricter version dependency.

@bbolker bbolker merged commit 283cc4f into lme4:master Apr 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants