Re: [Rcpp-devel] Use cholmod modify module in an Rcpp / RcppEigen package

2022-10-11 Thread etienne . come
Re: [Rcpp-devel] Use cholmod modify module in an Rcpp / RcppEigen package Salut Etienne, Sorry for missing this email yesterday. On 5 October 2022 at 12:35, etienne.c...@univ-eiffel.fr wrote: | I want to use the cholmod functions from the modify module https://github.com/PetterS/SuiteSpars

Re: [Rcpp-devel] Use cholmod modify module in an Rcpp / RcppEigen package

2022-10-06 Thread Dirk Eddelbuettel
Salut Etienne, Sorry for missing this email yesterday. On 5 October 2022 at 12:35, etienne.c...@univ-eiffel.fr wrote: | I want to use the cholmod functions from the modify module https://github.com/PetterS/SuiteSparse/tree/master/CHOLMOD/Modify inside an Rcpp/RcppEigen R package. | | >From m

[Rcpp-devel] Use cholmod modify module in an Rcpp / RcppEigen package

2022-10-05 Thread etienne . come
Hi folks, I want to use the cholmod functions from the modify module https://github.com/PetterS/SuiteSparse/tree/master/CHOLMOD/Modify inside an Rcpp/RcppEigen R package. >From my understanding, these functions are not exposed by Rcpp or RcppEigen >but RcppEigen expose a subset of cholmod fu