Skip to content
Prev 11086 / 12125 Next

[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