Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-29 Thread Mauricio Vargas
dear community I started moving the last pieces of Stata code I had to RcppArmadillo. If you are interested in macroeconomics, please check https://github.com/pachamaltese/inputoutput. I still have pending the DM thing, but at least I ported economics

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Dirk Eddelbuettel
On 25 March 2020 at 12:55, Mauricio Vargas wrote: | And once again, I never used Rcpp on a scale that is not "elemental". But that is/was true for everybody else as well! You would be well advised to do a little "finger exercise". Copy all CSparse files into src/, and create a single accessor d

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Mauricio Vargas
e C though, and hence this posting > | > is only peripherally related to Rcpp. > | > > | > Best regards, > | > > | > Martin Maechler > | > ETH Zurich and R Core team > | > > | > > | > > Date: Wed, 25 Mar 2020 01:22:16 -0300 > | &

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Dirk Eddelbuettel
> From: Mauricio Vargas | > > To: rcpp-de...@r-forge.wu-wien.ac.at | > > Subject: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp | > | > > Dear community | > | > > Dr. Eddelbuettel suggested me to ask here. | > | > > I am tr

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Mauricio Vargas
team > > > > Date: Wed, 25 Mar 2020 01:22:16 -0300 > > From: Mauricio Vargas > > To: rcpp-de...@r-forge.wu-wien.ac.at > > Subject: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp > > > Dear community > > > Dr. Eddelbuettel s

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Dirk Eddelbuettel
300 | > From: Mauricio Vargas | > To: rcpp-de...@r-forge.wu-wien.ac.at | > Subject: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp | | > Dear community | | > Dr. Eddelbuettel suggested me to ask here. | | > I am trying to implement *Dulmage-Mendelsohn

Re: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-25 Thread Martin Maechler
t; To: rcpp-de...@r-forge.wu-wien.ac.at > Subject: [Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp > Dear community > Dr. Eddelbuettel suggested me to ask here. > I am trying to implement *Dulmage-Mendelsohn decomposition* in R. CSparse > already has

[Rcpp-devel] Dulmage-Mendelsohn decomposition in R via Rcpp

2020-03-24 Thread Mauricio Vargas
Dear community Dr. Eddelbuettel suggested me to ask here. I am trying to implement *Dulmage-Mendelsohn decomposition* in R. CSparse already has a function to do this, and it's not exported in Matrix so I took the C files and tried to use them in R. I decided to sketch this into an R Package wit