Skip to content
Prev 11087 / 12125 Next

[R-pkg-devel] Cannot create C code with acceptable performance with respect to internal R command.

Thank you very much, Tomas, now it's clear and I'll see what to do with that knowledge!

Luc

________________________________________
Van: Tomas Kalibera <tomas.kalibera at gmail.com>
Verzonden: donderdag 5 december 2024 14:39
Aan: Luc De Wilde <Luc.DeWilde at UGent.be>; r-package-devel at r-project.org <r-package-devel at r-project.org>
CC: Yves Rosseel <Yves.Rosseel at UGent.be>
Onderwerp: Re: [R-pkg-devel] Cannot create C code with acceptable performance with respect to internal R command.
On 12/5/24 14:21, Luc De Wilde wrote:
By default, R would use BLAS, not the simple algorithm above. See
?options, look for "matprod" for more information on how to select an
algorithm. The code is then in array.c, function matprod().
One option is to use BLAS.

Best
Tomas