Group Abstract Group Abstract

Message Boards Message Boards

0
|
11.4K Views
|
4 Replies
|
1 Total Like
View groups...
Share
Share this post:

LibraryFunctionLoad with variable number of arguments

Posted 11 years ago
POSTED BY: Mirek M
4 Replies
Posted 8 years ago

Thank you for the advice. Now I'm solving other problems but I hope to get back to the topic in time.

POSTED BY: Mirek M
POSTED BY: Szabolcs Horvát
Posted 11 years ago
POSTED BY: Mirek M

Hi,

Not sure whether it answers your question, but if you need tensor-like arguments, then here is how Mathematica does it:

F = Compile[{{n, _Integer,1}},n^2, CompilationTarget -> "C" ];
ExportString[F,"C"]

I.M.

POSTED BY: Ivan Morozov
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard