Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.7K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Compilation of IntegerPartitions

Posted 1 year ago
POSTED BY: Ulrich Utiger
2 Replies
Posted 1 year ago
POSTED BY: Ulrich Utiger

I know nothing about compiling, but the following

F = Compile[{{k, _Integer}, {d, _Integer}, {s, _Integer}}, 
  IntegerPartitions[s, {k}, Range[d]]]
With[{s = 8, k = 4, d = 5}, IntegerPartitions[s, {k}, Range[d]]]
With[{s = 8, k = 4, d = 5}, F[k, d, s]]

gives the message "Could not complete external evaluation at instruction 9; proceeding with uncompiled evaluation". Maybe IntegerPartitions cannot be compiled.

What is the purpose of Block in your code?

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