<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
Hello Den,<br>
<br>
C2F makes a call to a Fortran function from C code (read "C to
Fortran").<br>
<br>
So C2F(dgemm)() is trying to call BLAS's <a
href="http://www.netlib.org/lapack/explore-html/d7/d2b/dgemm_8f.html">dgemm</a>
Fortran-coded function (matrix-matrix multiplication).<br>
<br>
As for your compilation error, you may want to check what version of
blas/lapack you have on your system.<br>
<br>
HTH,<br>
Regards,<br>
Paul<br>
<br>
<br>
<div class="moz-cite-prefix">On 03/27/2015 03:28 PM, Den wrote:<br>
</div>
<blockquote cite="mid:1427466512515-4031987.post@n3.nabble.com"
type="cite">
<pre wrap="">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: <a class="moz-txt-link-freetext" href="http://mailinglists.scilab.org/C2F-function-tp4031987.html">http://mailinglists.scilab.org/C2F-function-tp4031987.html</a>
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Paul BIGNIER
Development engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
<a class="moz-txt-link-freetext" href="http://www.scilab-enterprises.com">http://www.scilab-enterprises.com</a> </pre>
</body>
</html>