search for: geigen

Displaying 4 results from an estimated 4 matches for "geigen".

Did you mean: eigen
2017 May 10
3
registering Fortran routines in R packages
Thanks for your email. I try to change the name in lowercase but it conflicts with a C implementation also named halton. So I rename the C function halton2() and sobol2() while the Fortran function are HALTON() and SOBOL() (I also try lower case in the Fortran code). Unfortunately, it does not help since I get init.c:97:25: error: use of undeclared identifier 'halton_'; did you mean
2012 Apr 23
0
Solve an ordinary or generalized eigenvalue problem in R
...B-5CF5-4087-9ABA-116C5155D12E at xs4all.nl> Content-Type: text/plain; > charset=us-ascii On 22-04-2012, at 21:08, Jonathan Greenberg wrote: >> > Thanks all (particularly to you, Berend) -- I'll push forward with these solutions and integrate them into my code. I did come across geigen while rooting around in the CCA code but its not formally documented (it just says "for internal use" or something along those lines) and as you found out above, it does not produce the same solution as the dggev. It would be nice to have a more complete set of formal packages for doing...
2017 May 10
1
registering Fortran routines in R packages
...ed identifier 'halton_'; did you mean 'halton2'? > {"halton", (DL_FUNC) &F77_SUB(halton), 7}, > > My current solution is to comment FortEntries array and use R_useDynamicSymbols(dll, TRUE) for a dynamic search of Fortran routines. Have a look at my package geigen and its init.c. Could it be that you are missing extern declarations for the Fortran routines? Berend ______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
2020 Nov 10
1
one thing to check
...that in "cran-comments.md". What do you think? spencer On 2020-11-10 07:10, James Ramsay wrote: > Hi Spencer, > > One thing I?d like check with you: > > I removed svd2 because CRAN indicated that LINPACK had been deprecated. I replaced calls to svd2 with svd in geigen and CSTRfn. > > This could be the issue with the two broken codes ? or not. But what is your view about using svd instead of svd2, and do you have an idea of what to do about the LINPACK calls? > > Best, > > Jim >