Skip to content
Prev 4388 / 12125 Next

[R-pkg-devel] R, BLAS, and FCLEN (solved, really!)

On 2019-09-13 12:34, G?ran Brostr?m wrote:
This error message was triggered by my mistake in the change from cdgemv 
to dgemv: I forgot to change 'trans' back from type INTEGER to 
CHARACTER. Our final conclusion (for now) is then:

Yes, you can call BLAS subroutines directly from Fortran code, even in 
packages! Many thanks to Tomas!

Excuse my confusion,

G,