[Scilab-users] C2F(....)(....); function

Paul Bignier paul.bignier at scilab-enterprises.com
Fri Mar 27 15:56:23 CET 2015


Hello Den,

C2F makes a call to a Fortran function from C code (read "C to Fortran").

So C2F(dgemm)() is trying to call BLAS's dgemm 
<http://www.netlib.org/lapack/explore-html/d7/d2b/dgemm_8f.html> 
Fortran-coded function (matrix-matrix multiplication).

As for your compilation error, you may want to check what version of 
blas/lapack you have on your system.

HTH,
Regards,
Paul


On 03/27/2015 03:28 PM, Den wrote:
> Hello everyone,
>
> i try to generate and compile embedded code
> from a Xcos model.
>
> I get a compiling error because of the function
> "C2F(dgemm)();" which is in dmmul.c file.
>
> Which sense have the function?
> And what kind of function is the "C2F" function?
>
> regards
> Den
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/C2F-function-tp4031987.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-- 
Paul BIGNIER
Development engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
http://www.scilab-enterprises.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150327/a780753e/attachment.htm>


More information about the users mailing list